TransformWorldMatrix¶
- MLModule¶
genre
author
package
dll
definition
keywords
Purpose¶
The TransformWorldMatrix allows for transforming the world matrix of the input image. This is useful for applying, e.g., registration information to an image. The image data itself is bypassed, so it is not copied.
Parameter Fields¶
Visible Fields¶
Transformation¶
- name: transformation, type: Matrix, default: 1 0 0 0, 0 1 0 0, 0 0 1 0, 0 0 0 1¶
Sets the transformation matrix given in world space.
Invert¶
- name: invert, type: Bool, default: FALSE¶
If checked, the transformation matrix is inverted before applying it.