Filter löschen
Filter löschen

How to find all peaks values in a histogram ??

1 Ansicht (letzte 30 Tage)
nayomi ranamuka
nayomi ranamuka am 5 Jun. 2011
Bearbeitet: John Kelly am 27 Mai 2014
Dear all,
I would like to know how to get all peaks values in a histogram of a gray scale image.
Thank you

Akzeptierte Antwort

Image Analyst
Image Analyst am 5 Jun. 2011
Bearbeitet: John Kelly am 27 Mai 2014
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.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by