can anyone please give me the code for dualistic sub image and dynamic histogram equalisation for image contrast
3 views (last 30 days)
Show older comments
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 Comments
Answers (2)
Image Analyst
on 17 Mar 2014
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 Comments
Pratik Oak
on 18 Dec 2017
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 Comments
See Also
Categories
Find more on Histograms in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!