Woolz Image Processing Version 1.4.0
|
WlzCutObjToBox [-dfhisuN] [-o<output object file>] [-M<noise mean>] [-S<noise std dev>] [-x<x min>,<x max>] [-y<y min>,<y max>] [-z<z min>,<z max>] [<input object file>]
-o | Output object file |
-N | Fill Background with Gaussian noise. |
-M | Mean of Gaussian noise. |
-S | Standard deviation of Gaussian noise. |
-x | Column box limits. |
-y | Line box limits. |
-z | Plane box limits |
-d | Output object has double value table elements. |
-f | Output object has float value table elements. |
-i | Output object has integer value table elements. |
-s | Output object has short value table elements. |
-u | Output object has unsigned byte value table elements. |
-h | Help, prints message. |
-v | Verbose operation (not enabled). |
WlzCutObjToBox <infile.wlz >outfile.wlz
WlzCutObjToBox -x0,256, -y0,256 -z0,256 -o outfile.wlz infile.wlz