Back to Adaptive Vision Studio website
You are here: Start » Filter Reference » Image Spatial Transforms » TransformImage
Transforms an image by the provided transformation matrix.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inTransformMatrix | Matrix | Transform matrix |
![]() |
inInverse | Bool | |
![]() |
inInterpolation | InterpolationMethod | Image quality |
![]() |
outImage | Image | Output image |
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 TransformImage. |
| DomainError | Unable to transform image with provided parameters TransformImage. |
Complexity Level
This filter is available on Expert Complexity Level.


