You are here: Start » AVL.NET » AVL.ConvertMatrixMapsToSpatialMap(AvlNet.ImageFormat, AvlNet.Matrix, AvlNet.Matrix, AvlNet.InterpolationMethod, bool, AvlNet.SpatialMap)

AVL.ConvertMatrixMapsToSpatialMap(AvlNet.ImageFormat, AvlNet.Matrix, AvlNet.Matrix, AvlNet.InterpolationMethod, bool, AvlNet.SpatialMap)

Joins two matrices of coordinates to produce a SpatialMap for use in RemapImage.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ConvertMatrixMapsToSpatialMap(
	AvlNet.ImageFormat inImageFormat,
	AvlNet.Matrix inMatrixX,
	AvlNet.Matrix inMatrixY,
	AvlNet.InterpolationMethod inInterpolationMethod,
	bool inRoundingOpenCV,
	out AvlNet.SpatialMap outSpatialMap
)

Parameters

inImageFormat
Type: AvlNet.ImageFormat
Information about dimensions, depth and pixel type of the image
inMatrixX
Type: AvlNet.Matrix
Map of atl::real X coordinates
inMatrixY
Type: AvlNet.Matrix
Map of atl::real Y coordinates
inInterpolationMethod
Type: AvlNet.InterpolationMethod
inRoundingOpenCV
Type: System.Boolean
Use same interpolation convention as cvRemap
outSpatialMap
Type: AvlNet.SpatialMap
Output spatial map

Remarks

See full override for more details.

See also