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
axisisx, the image is mirrored across the Y=Z plane, i.e. the Y and Z dimensions are swapped.If
axisisy, the image is mirrored across the X=Z plane, i.e. the X and Z dimensions are swapped.If
axisisz, the image is mirrored across the X=Y plane, i.e. the X and Y dimensions are swapped.