Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Spatial Transforms » TransformImage

TransformImage


Module: FoundationLite

Transforms an image by the provided transformation matrix.

Name Type Description
Input value inImage Image Input image
Input value inTransformMatrix Matrix Transform matrix
Input value inInverse Bool
Input value inInterpolation InterpolationMethod Image quality
Output value outImage Image Output image

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 TransformImage.
DomainError Unable to transform image with provided parameters TransformImage.

Complexity Level

This filter is available on Expert Complexity Level.