| Woolz Image Processing
    Version 1.7.5
    | 
WlzHistogramGauss [-h] [-a] [-r] [-o<out file>] [-d#] [-s#] [<in object>]
| -h | Help, prints usage message. | 
| -r | Use a recursive IIR filter. | 
| -o | Output object/data file name. | 
| -d | Derivative, range [0-2]. | 
| -s | Gaussian sigma (standard deviation). | 
WlzHistogramGauss -s3 -a myhist.wlz | xgraphThe input Woolz histogram object is read from myhist.wlz, filtered by convolving the histogram bins with a Gaussian (sigma = 3.0) and written as ascii to the program xgraph for display.