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