Lucid.Core.Transpose¶
This task type uses LUPO to transpose the input image.
This corresponds to mirroring the image across a diagonal plane i.e. swapping two dimensions:
If
axis
isx
, the image is mirrored across the Y=Z plane, i.e. the Y and Z dimensions are swapped.If
axis
isy
, the image is mirrored across the X=Z plane, i.e. the X and Z dimensions are swapped.If
axis
isz
, the image is mirrored across the X=Y plane, i.e. the X and Y dimensions are swapped.