You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImageFormat | Fil.ImageFormat | |||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inImagePath | Fil.Path | Plane defined by a closed path made of 4 points. | ||
![]() | inTargetPath | Ftl.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. | ||
![]() | inNewSize | Ftl.Optional<Fil.Size> | New image size after remapping. Default value: ftl::NIL. | ||
![]() | inInterpolationMethod | Fil.InterpolationMethod | Interpolation method used in extraction of image pixel values. | ||
![]() | outSpatialMap | Fil.SpatialMap | Calculated spatial map. | ||
![]() | outTransformMatrix | Fil.Matrix | Used transform matrix. |