How to find all peaks values in a histogram ??
9 ビュー (過去 30 日間)
古いコメントを表示
Dear all,
I would like to know how to get all peaks values in a histogram of a gray scale image.
Thank you
0 件のコメント
採用された回答
Image Analyst
2011 年 6 月 5 日
編集済み: John Kelly
2014 年 5 月 27 日
Call imhist(), then, if you have the signal processing toolbox, use findpeaks
or you can search the File Exchange for peak finding algorithms.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!