can anyone please give me the code for dualistic sub image and dynamic histogram equalisation for image contrast

2 views (last 30 days)
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

Answers (2)

Image Analyst
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.

Pratik Oak
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.

Community Treasure Hunt

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

Start Hunting!