Woolz Image Processing  Version 1.7.5
WlzTransposePlanes
Name
WlzTransposePlanes - Transposes the planes of 3D Woolz objects.
Synopsis
WlzTransposePlanes [-o<offset>] [-h] [<input object file>]
Options
-o offset for transpose.
-h Help - print help message
By default the input object is read from the standard input and the output object is written to the standard output.
Description
Transpose the planes of a 3D woolz object. The transpose relation is new-plane = offset - old-plane. This is equivalent to reflection about the X-Y plane through offset/2. By default the offset is the sum of the first and last planes of the input object.
Examples
# The following command transposes the planes of the object leaving
# the first and last planes unchanged.

WlzTransposePlanes  infile.wlz > outfile.wlz


# The following command transposes the planes of the object relecting
# the object about the origin

WlzTransposePlanes  -o0 infile.wlz > outfile.wlz
File
WlzTransposePlanes.c
See Also
WlzAffineTransformObj(1)