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

Invoke.CreateMatrixTransformMap

Creates a spatial map which performs transform defined as a 3x3 homography matrix.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateMatrixTransformMap
(
	Avl.ImageFormat inImageFormat,
	Optional<Avl.Region> inRoi,
	Avl.Matrix inTransformMatrix,
	Optional<Avl.Size> inNewSize,
	Avl.InterpolationMethod inInterpolationMethod,
	Avl.SpatialMap outSpatialMap
)

Parameters

Name Type Range Default Description
inImageFormatAvl.ImageFormat
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inTransformMatrixAvl.Matrix3x3 homography matrix.
inNewSizeAtl.Optional<Avl.Size>New image size after remapping. Default value: atl::NIL.
inInterpolationMethodAvl.InterpolationMethodInterpolation method used in extraction of image pixel values.
outSpatialMapAvl.SpatialMapCalculated spatial map.

See also