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