ConvertSpatialMapToMatrixMaps
Splits a spatial map into two matrices of source coordinates.
Syntax
C++
C#
Python
def ConvertSpatialMapToMatrixMaps( inSpatialMap: SpatialMap, inRoundingOpenCV: bool, outMatrixX: Matrix, outMatrixY: Matrix, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSpatialMap | SpatialMap | ||
![]() |
inRoundingOpenCV | bool | Use same interpolation convention as cvRemap | |
![]() |
outMatrixX | Matrix | Map of real X coordinates | |
![]() |
outMatrixY | Matrix | Map of real Y coordinates |


