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

FIS.CreatePerspectiveMap_Path Method

Creates a perspective transform map from planes defined by paths.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreatePerspectiveMap_Path
(
	FilNet.ImageFormat inImageFormat,
	FilNet.Path inImagePath,
	FilNet.InterpolationMethod inInterpolationMethod,
	FilNet.SpatialMap outSpatialMap,
	FilNet.Matrix outTransformMatrix
)

Parameters

Name Type Range Default Description
inImageFormatFilNet.ImageFormat
inImagePathFilNet.PathPlane defined by a closed path made of 4 points.
inInterpolationMethodFilNet.InterpolationMethodInterpolation method used in extraction of image pixel values.
outSpatialMapFilNet.SpatialMapCalculated spatial map.
outTransformMatrixFilNet.MatrixUsed transform matrix.

Function Overrides

See also