Back to FabImage Studio website
You are here: Start » Filter Reference » Image » Image Spatial Transforms Maps » CreateMatrixTransformMap
Module: | Calibration |
---|
Creates a spatial map which performs transform defined as a 3x3 homography matrix.
Name | Type | Description | |
---|---|---|---|
![]() |
inImageFormat | ImageFormat | |
![]() |
inRoi | Region* | Range of pixels to be processed |
![]() |
inTransformMatrix | Matrix | 3x3 homography matrix. |
![]() |
inNewSize | Size* | New image size after remapping |
![]() |
inInterpolationMethod | InterpolationMethod | Interpolation method used in extraction of image pixel values |
![]() |
outSpatialMap | SpatialMap | Calculated spatial map |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input transformation matrix must have dimensions 3x3 in CreateMatrixTransformMap. |
Complexity Level
This filter is available on Expert Complexity Level.