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

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
inSpatialMapFil.SpatialMap
inRoundingOpenCVboolUse same interpolation convention as cvRemap.
outMatrixXFil.MatrixMap of real X coordinates.
outMatrixYFil.MatrixMap of real Y coordinates.

See also