Woolz Image Processing
Version 1.7.5
|
WlzGreyStats [-o<output file>] [-c] [-h] [-v] [<input object file>]
-c | Colour stats if RGB data else modulus data returned. |
-o | Output object file name. |
-h | Help - print help message |
-v | Verbose operation |
<area> <grey type> <min> <max> <sum> <sum of sq> <mean> <std dev>
# WlzGreyStats reads an object from myobj.wlz, calculates # its grey value statistics and then prints them to the # standard output. WlzGreyStats myobj.wlz