필터 지우기
필터 지우기

How to find all peaks values in a histogram ??

조회 수: 1 (최근 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 CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by