You are here: Start » AVL.NET » AVL.CreatePerspectiveMap_Path(AvlNet.ImageFormat, AvlNet.Path, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Matrix)

AVL.CreatePerspectiveMap_Path(AvlNet.ImageFormat, AvlNet.Path, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Matrix)

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,
	out AvlNet.SpatialMap outSpatialMap,
	out AvlNet.Matrix outTransformMatrix
)

Parameters

inImageFormat
Type: AvlNet.ImageFormat
inImagePath
Type: AvlNet.Path
Plane defined by a closed path made of 4 points
inInterpolationMethod
Type: AvlNet.InterpolationMethod
Interpolation method used in extraction of image pixel values
outSpatialMap
Type: AvlNet.SpatialMap
Calculated spatial map
outTransformMatrix
Type: AvlNet.Matrix
Used transform matrix

Remarks

See full override for more details.

See also