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