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,
	NullableRef<FilNet.Region> inRoi,
	FilNet.Path inImagePath,
	NullableRef<FilNet.Path> inTargetPath,
	FilNet.Size? inNewSize,
	FilNet.InterpolationMethod inInterpolationMethod,
	FilNet.SpatialMap outSpatialMap,
	FilNet.Matrix outTransformMatrix
)

Parameters

Name Type Range Default Description
inImageFormatFilNet.ImageFormat
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inImagePathFilNet.PathPlane defined by a closed path made of 4 points.
inTargetPathFilNet.NullableRef<FilNet.Path>Target plane. If NIL then image corners are used starting from (0,0) (Width, 0) (Width, Height), (0, Height). Default value: ftl::NIL.
inNewSizeFilNet.Size?New image size after remapping. Default value: ftl::NIL.
inInterpolationMethodFilNet.InterpolationMethodInterpolation method used in extraction of image pixel values.
outSpatialMapFilNet.SpatialMapCalculated spatial map.
outTransformMatrixFilNet.MatrixUsed transform matrix.

Function Overrides

See also