How to find all peaks values in a histogram ??

9 ビュー (過去 30 日間)
nayomi ranamuka
nayomi ranamuka 2011 年 6 月 5 日
編集済み: John Kelly 2014 年 5 月 27 日
Dear all,
I would like to know how to get all peaks values in a histogram of a gray scale image.
Thank you

採用された回答

Image Analyst
Image Analyst 2011 年 6 月 5 日
編集済み: John Kelly 2014 年 5 月 27 日
Call imhist(), then, if you have the signal processing toolbox, use findpeaks
Or, if you don't, here's a method: http://billauer.co.il/peakdet.html
or you can search the File Exchange for peak finding algorithms.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by