can anyone please give me the code for dualistic sub image and dynamic histogram equalisation for image contrast
2 次查看(过去 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!