Back to FabImage Studio website
You are here: Start » Filter Reference » Image Spatial Transforms Maps » CreateMatrixTransformMap
Creates a spatial map which performs transform defined as a matrix.
Name | Type | Description | |
---|---|---|---|
![]() |
inImageFormat | ImageFormat | |
![]() |
inRoi | Region* | Range of pixels to be processed |
![]() |
inTransformMatrix | Matrix | 3x3 transform 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 here: Error Handling
Error type | Description |
---|---|
DomainError | Input transformation matrix must have dimensions 3 x 3 in CreateMatrixTransformMap. |
Complexity Level
This filter is available on Expert Complexity Level.