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

AVS.CreatePerspectiveMap_Points Method

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,
	IList<AvlNet.Point2D> inImagePoints,
	AvlNet.InterpolationMethod inInterpolationMethod,
	AvlNet.SpatialMap outSpatialMap,
	AvlNet.Matrix outTransformMatrix
)

Parameters

Name Type Range Default Description
inImageFormatAvlNet.ImageFormat
inImagePointsSystem.Collections.Generic.IList<AvlNet.Point2D>Points define real object plane corners.
inInterpolationMethodAvlNet.InterpolationMethodInterpolation method used in extraction of image pixel values.
outSpatialMapAvlNet.SpatialMapCreated SpatialMap with perspective transform.
outTransformMatrixAvlNet.MatrixUsed transform matrix.

Function Overrides

See also