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

AVS.CreatePerspectiveMap_Path Method

Creates a perspective transform map from planes defined by paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreatePerspectiveMap_Path
(
	AvlNet.ImageFormat inImageFormat,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.Path inImagePath,
	NullableRef<AvlNet.Path> inTargetPath,
	AvlNet.Size? inNewSize,
	AvlNet.InterpolationMethod inInterpolationMethod,
	AvlNet.SpatialMap outSpatialMap,
	AvlNet.Matrix outTransformMatrix
)

Parameters

Name Type Range Default Description
inImageFormatAvlNet.ImageFormat
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inImagePathAvlNet.PathPlane defined by a closed path made of 4 points.
inTargetPathAvlNet.NullableRef<AvlNet.Path>Target plane. If NIL then image corners are used starting from (0,0) (Width, 0) (Width, Height), (0, Height). Default value: atl::NIL.
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.
outTransformMatrixAvlNet.MatrixUsed transform matrix.

Function Overrides

See also