How to find all peaks values in a histogram ??
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuesta aceptada
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 you can search the File Exchange for peak finding algorithms.
0 comentarios
Más respuestas (0)
Ver también
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!