InterleaveDimension¶
-
MLModule
¶ genre Resample
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLGeometry1
definition MLGeometry1.def see also SwapFlipDimensions
,OrthoSwapFlip
,OrthoReformat3
,Replicate
,Reshape
,TypeFromScalars
,TypeToScalars
keywords align
,swap
,reshape
,reformat
,rescale
,reorder
,merge
Purpose¶
The module InterleaveDimension
takes the image dimension Source Dim
and merges its data sequentially into the target dimension Destination Dim
.
Identical source and destination dimensions or source dimensions with extent 1 lead to an unchanged image.
This module is useful, for example to reformat vector or complex data or color information from the u- or c-dimension, respectively, to the x dimension where it easily can be converted to vector, complex or color voxels with the module TypeFromScalars
.