Woolz Image Processing Version 1.4.0
|
WlzNObjsGreyStats [-h] [-m] [-s] [-o<output file>] [<input objects>]
-m | Output mean not sum of object values. |
-s | Output standard deviation not sum of squares of object values. |
-o | Output file name, by default the output objecta are written to the standard out. |
-h | Help - print help message |
The output objects are written to a single compound object. Each object of the compound object will have the same domain (which is the intersection of the input object domains) and values for the simple statistics. The statistics generated are min value, max value, sum of values and sum of squares of values.
cat obj1.wlz obj2.wlz obj3.wlz | WlzNObjsGreyStats -s -m obj4.wlz >out.wlz