Woolz Image Processing
Version 1.7.5
|
WlzTransposePlanes [-o<offset>] [-h] [<input object file>]
-o | offset for transpose. |
-h | Help - print help message |
# 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