How to find all peaks values in a histogram ??

9 visualizaciones (últimos 30 días)
nayomi ranamuka
nayomi ranamuka el 5 de Jun. de 2011
Editada: John Kelly el 27 de Mayo de 2014
Dear all,
I would like to know how to get all peaks values in a histogram of a gray scale image.
Thank you

Respuesta aceptada

Image Analyst
Image Analyst el 5 de Jun. de 2011
Editada: John Kelly el 27 de Mayo de 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.

Más respuestas (0)

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by