You are here: Start » AVL.NET » AVL.CreatePerspectiveMap_Points(AvlNet.ImageFormat, AvlNet.Point2D[], AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Matrix)

AVL.CreatePerspectiveMap_Points(AvlNet.ImageFormat, AvlNet.Point2D[], AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Matrix)

Creates a perspective transform map from four points denoting a rectangle in the world coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreatePerspectiveMap_Points(
	AvlNet.ImageFormat inImageFormat,
	AvlNet.Point2D[] inImagePoints,
	AvlNet.InterpolationMethod inInterpolationMethod,
	out AvlNet.SpatialMap outSpatialMap,
	out AvlNet.Matrix outTransformMatrix
)

Parameters

inImageFormat
Type: AvlNet.ImageFormat
inImagePoints
Type: AvlNet.Point2D
Points define real object plane corners.
inInterpolationMethod
Type: AvlNet.InterpolationMethod
Interpolation method used in extraction of image pixel values
outSpatialMap
Type: AvlNet.SpatialMap
Created SpatialMap with perspective transform
outTransformMatrix
Type: AvlNet.Matrix
Used transform matrix

Remarks

See full override for more details.

See also