Woolz Image Processing
Version 1.7.5
|
WlzClipObjToBox [-h] [-o<output object file>] [-x<x min>,<x max>] [-y<y min>,<y max>] [-z<z min>,<z max>] [<input object file>]
-o | Output object file |
-x | Column box limits. |
-y | Line box limits. |
-z | Plane box limits |
-h | Help, prints message. |
-v | Verbose operation (not enabled). |
WlzClipObjToBox -x0,128 -y0,128 -z0,128 <infile.wlz >outfile.wlzAn example which used the default values so that only the row and column lower bounds are clipped.
WlzClipObjToBox -x0, -y0, -o outfile.wlz infile.wlz