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

AVS.CreateMatrixTransformMap Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateMatrixTransformMap
(
	AvlNet.ImageFormat inImageFormat,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.Matrix inTransformMatrix,
	AvlNet.Size? inNewSize,
	AvlNet.InterpolationMethod inInterpolationMethod,
	AvlNet.SpatialMap outSpatialMap
)

Parameters

Name Type Range Default Description
inImageFormatAvlNet.ImageFormat
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inTransformMatrixAvlNet.Matrix3x3 homography matrix.
inNewSizeAvlNet.Size?New image size after remapping. Default value: atl::NIL.
inInterpolationMethodAvlNet.InterpolationMethodInterpolation method used in extraction of image pixel values.
outSpatialMapAvlNet.SpatialMapCalculated spatial map.

Function Overrides

See also