Finding Dominant Peaks and Valleys of an Image Histogram

This function finds dominant peaks and local valleys of an image histogram
ダウンロード: 1.7K
更新 2011/5/25

ライセンスの表示

This function finds dominant peaks and valleys of an image histogram. Minimum peak distance and averaging filter size can be changed to suit your need.
Although, the function is originally written for mages, there is no reason why this can't be used on one dimensional data.

USAGE:
[peaks minima_low minima_high] = findlocalminima(I,10,5,0);
OR
[peaks minima_low minima_high] = findlocalminima(I);

Example:
I = imread('cameraman.tif');
[peaks minima_low minima_high] = findlocalminima(I);

'minima_low' and 'minima_high' correspond to the local minimums beside each of the peak identified in 'peaks'

This is the function that is used for peak detection in my paper,
"De Silva, D.V.S.; Fernando, W.A.C.; Kodikaraarachchi, H.; Worrall, S.T.; Kondoz, A.M.; ,"Adaptive sharpening of depth maps for 3D-TV," Electronics Letters , vol.46, no.23, pp.1546 -1548, November 11 2010. Kindly consider to cite this paper if you use this in your work.

引用

Varuna De Silva (2024). Finding Dominant Peaks and Valleys of an Image Histogram (https://www.mathworks.com/matlabcentral/fileexchange/31570-finding-dominant-peaks-and-valleys-of-an-image-histogram), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersHistograms についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0