TransformWorldMatrix

MLModule
genre Coordinate
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLCoordUtils1
definition MLCoordUtils1.def
keywords registration, mpr

Purpose

The TransformWorldMatrix allows to transform 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

The transformation matrix, given in world space.

Invert

name: invert, type: Bool, default: FALSE

Inverts the transformation matrix before applying it.