Woolz Image Processing
Version 1.7.5
|
WlzContourSpxStats [-o<out file>] [-v] [-h] [<in object>]
-h | Help, prints usage message. |
-o | Output file name. |
-v | Verbose output flag. |
<area> <min> <max> <sum> <sum of sq> <mean> <std dev>.The input object is read from stdin and values are written to stdout unless the filenames are given.
WlzContourSpxStats -o stats.txt myctr.wlzThe input Woolz object is read from myctr.wlz. The statistics are calculated and written to out.txt.