You are here: Start » FIL.NET » FIL.CreateMatrixTransformMap
Creates a spatial map which performs transform defined as a 3x3 homography matrix.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateMatrixTransformMap ( FilNet.ImageFormat inImageFormat, NullableRef<FilNet.Region> inRoi, FilNet.Matrix inTransformMatrix, FilNet.Size? inNewSize, FilNet.InterpolationMethod inInterpolationMethod, FilNet.SpatialMap outSpatialMap )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | FilNet.ImageFormat | |||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inTransformMatrix | FilNet.Matrix | 3x3 homography matrix. | ||
![]() | 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. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input transformation matrix must have dimensions 3x3 in CreateMatrixTransformMap. |