You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms Maps » 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, FilNet.Matrix inTransformMatrix, FilNet.InterpolationMethod inInterpolationMethod, FilNet.SpatialMap outSpatialMap )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | FilNet.ImageFormat | |||
![]() | inTransformMatrix | FilNet.Matrix | 3x3 homography matrix. | ||
![]() | 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. |