Woolz Image Processing  Version 1.7.5
WlzHistogramFindPeaks
Name
WlzHistogramFindPeaks - finds histogram peak positions.
Synopsis
WlzHistogramFindPeaks [-h] [-o<out file>] [-f #] [-s#] [-t#]
                      [<in object>]
Options
-h Help, prints usage message.
-o Output data file name.
-f Features to find, either p (peak), t (trough) or p,t (both).
-s Gaussian sigma (standard deviation).
-t Threshold value for peak height.
Description
Finds the positions of histogram peaks. Objects/data are read from stdin and written to stdout unless the filenames are given.
Examples
WlzHistogramFindPeaks -s2 -t 10 myhist.wlz
The input Woolz histogram object is read from myhist.wlz and peak
positions are written to the standard output.
File
WlzHistogramFindPeaks.c
See Also
WlzIntro(1) WlzHistogramObj(1) WlzCompThresh(1) WlzHistogramFindPeaks(3)