ChangeWorldMatrix¶
- MacroModule¶
genre
author
package
definition
see also
keywords
Purpose¶
Applies a transformation to an images world matrix.
Usage¶
Apply a transformation matrix to change world matrix of input image.
Windows¶
Default Panel¶
Input Fields¶
inImage¶
- name: inImage, type: Image¶
Image to be transformed
Output Fields¶
outImage¶
- name: outImage, type: Image¶
Transformed Image
Parameter Fields¶
Visible Fields¶
Transformation Matrix¶
- name: transformationMatrix, type: Matrix, default: 1 0 0 0, 0 1 0 0, 0 0 1 0, 0 0 0 1¶
The transformation matrix to be applied to the input image
Apply¶
- name: apply, type: Trigger¶
Apply the transformation
Auto Apply¶
- name: autoApply, type: Bool, default: TRUE¶
If True, the transformation will be updated if the input image or the transformation matrix change
Bypass Transformation¶
- name: bypassTransformation, type: Bool, default: FALSE¶
Set this to False to simply bypass the image without any transformation.