You are here: Start » FIL.NET » Invoke.CreatePerspectiveMap_Path

Invoke.CreatePerspectiveMap_Path

Creates a perspective transform map from planes defined by paths.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreatePerspectiveMap_Path
(
	Fil.ImageFormat inImageFormat,
	Optional<Fil.Region> inRoi,
	Fil.Path inImagePath,
	Optional<Fil.Path> inTargetPath,
	Optional<Fil.Size> inNewSize,
	Fil.InterpolationMethod inInterpolationMethod,
	Fil.SpatialMap outSpatialMap,
	Fil.Matrix outTransformMatrix
)

Parameters

Name Type Range Default Description
inImageFormatFil.ImageFormat
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inImagePathFil.PathPlane defined by a closed path made of 4 points.
inTargetPathFtl.Optional<Fil.Path>Target plane. If NIL then image corners are used starting from (0,0) (Width, 0) (Width, Height), (0, Height). Default value: ftl::NIL.
inNewSizeFtl.Optional<Fil.Size>New image size after remapping. Default value: ftl::NIL.
inInterpolationMethodFil.InterpolationMethodInterpolation method used in extraction of image pixel values.
outSpatialMapFil.SpatialMapCalculated spatial map.
outTransformMatrixFil.MatrixUsed transform matrix.

See also