TensorTransform¶
-
MLModule
¶ genre DTIImageProcessing
authors Uwe Siems
,Sebastiano Barbieri
package FMEwork/Release
dll MLDTI
definition MLDTI.def see also DiffusionTensorAnalysis
,TensorTractography
,SetWorldMatrix
keywords DTI
,tensor
,fiber
,tracking
,transformation
,rotation
,registration
,orientation
,coordinates
Purpose¶
This module turns the tensor eigenvectors in a tensor image so that the tensors are oriented according to the world coordinate system of the image, and not according to the local image coordinate system.
This is needed by modules like TensorTractography which do fiber tracking in world coordinates. - They don’t do the rotation internally so that the transformation can be cached and used for other purposes, e.g. color-coded visualization.
Usage¶
Normally this module detects the needed rotation from the voxel-to-world-matrix of the input image. This can be overwritten by a user-supplied matrix.
Details¶
This module supports tensor vectors supplied in the u-dimension of an image. The size in the u-dimension must be a multiple of 3 (every 3 values are treated as one directional vector). The output image has the same format as the input image.
Tips¶
The example network supplied with this module demonstrates why TensorTransform is needed when the tensor image is not aligned with the world coordinate system.