You are here: Start » FIL.NET » FIS.CreatePerspectiveMap_Points Method
FIS.CreatePerspectiveMap_Points Method
Creates a perspective transform map from four points denoting a rectangle in the world coordinates.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreatePerspectiveMap_Points ( FilNet.ImageFormat inImageFormat, NullableRef<FilNet.Region> inRoi, IList<FilNet.Point2D> inImagePoints, NullableRef<IList<FilNet.Point2D>> inTargetPoints, 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. | ||
![]() | inImagePoints | System.Collections.Generic.IList<FilNet.Point2D> | Points define real object plane corners. | ||
![]() | inTargetPoints | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.Point2D>> | Points define target plane corners. 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 | Created SpatialMap with perspective transform. | ||
![]() | outTransformMatrix | FilNet.Matrix | Used transform matrix. |