can anyone please give me the code for dualistic sub image and dynamic histogram equalisation for image contrast
1 回表示 (過去 30 日間)
古いコメントを表示
hi
im doing a project on image processing which is comparing of different histogram techniques i completed two histogram techniques but the above two mentioned techniques i cant able to find the code for them so please provide the code for above two histogram methods
im using matlab r2011a 64 bit on windows7 64 bit os
0 件のコメント
回答 (2 件)
Image Analyst
2014 年 3 月 17 日
I've never heard of them. Perhaps they're just the name one author invented for one paper. I don't know. I have heard of histogram equalization which is done by histeq() (and is pretty useless), and CLAHE (Contrast Limited Adaptive Histogram Equalization) which is done by adapthisteq(). Both are in the Image Processing Toolbox.
0 件のコメント
Pratik Oak
2017 年 12 月 18 日
you can try code for BBHE written by me there are slight changes between the algo w.r.t. DSIHE
Code is attached herewith.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!