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

Invoke.ConvertMatrixMapsToSpatialMap

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ConvertMatrixMapsToSpatialMap
(
	Avl.ImageFormat inImageFormat,
	Avl.Matrix inMatrixX,
	Avl.Matrix inMatrixY,
	Avl.InterpolationMethod inInterpolationMethod,
	bool inRoundingOpenCV,
	Avl.SpatialMap outSpatialMap,
	Optional<Avl.Region> outOutputRegion
)

Parameters

Name Type Range Default Description
inImageFormatAvl.ImageFormatInformation about dimensions, depth and pixel type of the image.
inMatrixXAvl.MatrixMap of real X coordinates.
inMatrixYAvl.MatrixMap of real Y coordinates.
inInterpolationMethodAvl.InterpolationMethodBilinearDefault value: Bilinear.
inRoundingOpenCVboolUse same interpolation convention as cvRemap.
outSpatialMapAvl.SpatialMapOutput spatial map.
outOutputRegionAtl.Optional<Avl.Region>Pixels set by the spatial map application.

See also