You are here: Start » AVL.NET » Invoke.ConvertSpatialMapToMatrixMaps

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
inSpatialMapAvl.SpatialMap
inRoundingOpenCVboolUse same interpolation convention as cvRemap.
outMatrixXAvl.MatrixMap of real X coordinates.
outMatrixYAvl.MatrixMap of real Y coordinates.

See also