You are here: Start » AVL.NET » AVS.ConvertSpatialMapToMatrixMaps Method
AVS.ConvertSpatialMapToMatrixMaps Method
Splits a spatial map into two matrices of source coordinates.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ConvertSpatialMapToMatrixMaps ( AvlNet.SpatialMap inSpatialMap, bool inRoundingOpenCV, AvlNet.Matrix outMatrixX, AvlNet.Matrix outMatrixY )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSpatialMap | AvlNet.SpatialMap | |||
![]() | inRoundingOpenCV | bool | Use same interpolation convention as cvRemap. | ||
![]() | outMatrixX | AvlNet.Matrix | Map of real X coordinates. | ||
![]() | outMatrixY | AvlNet.Matrix | Map of real Y coordinates. |


