You are here: Start » FIL.NET » FIS.CreateMatrixTransformMap Method
FIS.CreateMatrixTransformMap Method
Creates a spatial map which performs transform defined as a 3x3 homography matrix.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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. |