Woolz Image Processing
Version 1.8.3
|
WlzHistogramRebin [-o<output object file>] [-a] [-h] [-i] [-f] [-n<bins>] [-s<start>] [-w<width>] [<input object file>]
-a | output the histogram as ascii data not a Woolz histogram object. |
-i | create integer bin values. |
-f | create (double precision) floating point bin values. |
-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 |
# An example which uses WlzHistogramRebin and xgraph to plot a # histogram with 256 bins, starting at 0 and with a bin width # of 1. WlzHistogramRebin -a -s0 -n256 -w1 myHist.wlz | xgraph