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
inSpatialMapAvlNet.SpatialMap
inRoundingOpenCVboolUse same interpolation convention as cvRemap.
outMatrixXAvlNet.MatrixMap of real X coordinates.
outMatrixYAvlNet.MatrixMap of real Y coordinates.

See also