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