InterleaveDimension¶
-
MLModule¶ genre Resampleauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLGeometry1definition MLGeometry1.def see also SwapFlipDimensions,OrthoSwapFlip,OrthoReformat3,Replicate,Reshape,TypeFromScalars,TypeToScalarskeywords 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.