Back to FabImage Studio website

You are here: Start » Filter Reference » Image » Image Spatial Transforms Maps » CreateMatrixTransformMap

CreateMatrixTransformMap


Module: Calibration

Creates a spatial map which performs transform defined as a 3x3 homography matrix.

Name Type Description
Input value inImageFormat ImageFormat
Input value inRoi Region* Range of pixels to be processed
Input value inTransformMatrix Matrix 3x3 homography matrix.
Input value inNewSize Size* New image size after remapping
Input value inInterpolationMethod InterpolationMethod Interpolation method used in extraction of image pixel values
Output value 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.