You are here: Start » FIL.NET » Invoke.CreateMatrixTransformMap
Creates a spatial map which performs transform defined as a 3x3 homography matrix.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateMatrixTransformMap ( Fil.ImageFormat inImageFormat, Optional<Fil.Region> inRoi, Fil.Matrix inTransformMatrix, Optional<Fil.Size> inNewSize, Fil.InterpolationMethod inInterpolationMethod, Fil.SpatialMap outSpatialMap )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | Fil.ImageFormat | |||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inTransformMatrix | Fil.Matrix | 3x3 homography matrix. | ||
![]() | 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. |