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,
	AvlNet.Path inImagePath,
	AvlNet.InterpolationMethod inInterpolationMethod,
	AvlNet.SpatialMap outSpatialMap,
	AvlNet.Matrix outTransformMatrix
)

Parameters

Name Type Range Default Description
inImageFormatAvlNet.ImageFormat
inImagePathAvlNet.PathPlane defined by a closed path made of 4 points.
inInterpolationMethodAvlNet.InterpolationMethodInterpolation method used in extraction of image pixel values.
outSpatialMapAvlNet.SpatialMapCalculated spatial map.
outTransformMatrixAvlNet.MatrixUsed transform matrix.

Function Overrides

See also