Woolz Image Processing
Version 1.7.5
|
WlzHistogramFindPeaks [-h] [-o<out file>] [-f #] [-s#] [-t#] [<in object>]
-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. |
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.