You are here: Start » FIL.NET » FIS.CreatePerspectiveMap_Points Method

FIS.CreatePerspectiveMap_Points Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreatePerspectiveMap_Points
(
	FilNet.ImageFormat inImageFormat,
	IList<FilNet.Point2D> inImagePoints,
	FilNet.InterpolationMethod inInterpolationMethod,
	FilNet.SpatialMap outSpatialMap,
	FilNet.Matrix outTransformMatrix
)

Parameters

Name Type Range Default Description
inImageFormatFilNet.ImageFormat
inImagePointsSystem.Collections.Generic.IList<FilNet.Point2D>Points define real object plane corners.
inInterpolationMethodFilNet.InterpolationMethodInterpolation method used in extraction of image pixel values.
outSpatialMapFilNet.SpatialMapCreated SpatialMap with perspective transform.
outTransformMatrixFilNet.MatrixUsed transform matrix.

Function Overrides

See also