Woolz Image Processing
Version 1.8.3
|
WlzHistogramObj [-o<output object file>] [-a] [-h] [-n<bins>] [-s<start>] [-w<width>] [<input object file>]
-a | output the histogram as ascii data not a Woolz histogram object. |
-n | number of histogram bins. |
-s | start value, lower limit of histogram. |
-w | width of the histogram bins. |
-o | Output object file name. |
-h | Help - print help message |
-v | Verbose operation |
number of bins = ceil(max(g) - min(g) + 1.0) start value = min(g) bin width = 1.0where max(g) and min(g) are the maximum and minimum grey values in the domain object.
# An example which uses WlzHistogramObj and xgraph to plot the # histogram of a domain object. WlzHistogramObj -a myObj.wlz | xgraph