You are here: Start » AVL.NET » AVS.ConvertMatrixMapsToSpatialMap Method

AVS.ConvertMatrixMapsToSpatialMap Method

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,
	AvlNet.SpatialMap outSpatialMap,
	AvlNet.Region outOutputRegion
)

Parameters

Name Type Range Default Description
inImageFormatAvlNet.ImageFormatInformation about dimensions, depth and pixel type of the image.
inMatrixXAvlNet.MatrixMap of real X coordinates.
inMatrixYAvlNet.MatrixMap of real Y coordinates.
inInterpolationMethodAvlNet.InterpolationMethodBilinearDefault value: Bilinear.
inRoundingOpenCVboolUse same interpolation convention as cvRemap.
outSpatialMapAvlNet.SpatialMapOutput spatial map.
outOutputRegionAvlNet.RegionPixels set by the spatial map application.

Function Overrides

See also