TransformImage
Transforms an image by the provided transformation matrix.
Syntax
C++
Python
def TransformImage( inImage: Image, inTransformMatrix: Matrix, outImage: Image, /, *, inInverse: bool = False, inInterpolation: InterpolationMethod = InterpolationMethod.NearestNeighbour ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inTransformMatrix | Matrix | Transform matrix | |
![]() |
inInverse | bool | False | |
![]() |
inInterpolation | InterpolationMethod | InterpolationMethod.NearestNeighbour | Image quality |
![]() |
outImage | Image | Output image |


