Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to design an algorithm to find the peaks of the histogram and implement it in MATLAB???

조회 수: 1 (최근 30일)
H J
H J 2014년 12월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
Dear all,
I would like to know how to could I design an algorithm to find the peaks of the histogram and implement it in MATLAB ??
The histogram of an image of gray levels is provided with the following :
Gray level 1 Gray level 2 Gray level 3 Gray level n
Value 1 Value 2 Value 3 Value n
Where "Value k" indicates the number of pixels having gray level k. You are supposed to determine the peaks of this histogram. However, the local maxima due to minor differences in the number of pixels should not be considered.
please help me
Thank you.

답변 (1개)

Sean de Wolski
Sean de Wolski 2014년 12월 16일
doc findpeaks
doc histogram
doc imhist

Community Treasure Hunt

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

Start Hunting!

Translated by