ChangeWorldMatrix

MacroModule
genre Coordinate
author Christian Schumann
package FMEwork/ReleaseMeVis
definition ChangeWorldMatrix.def
see also ImagePropertyConvert
keywords transform, world, matrix, change

Purpose

Applies a transformation to an images world matrix.

Usage

Apply a transformation matrix to change world matrix of input image.

Windows

Default Panel

../../../Modules/Macros/ChangeWorldMatrix/mhelp/Images/Screenshots/ChangeWorldMatrix._default.png

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.