Can any one suggest a reference that describes the contrast limited adaptive histogram equalization technique in details?

2 views (last 30 days)
Hello researchers, i need a reference that describes the contrast limited adaptive histogram equalization technique in details. thank you.

Accepted Answer

Mohammad Abouali
Mohammad Abouali on 12 Oct 2014
[1] Zuiderveld, Karel. "Contrast Limited Adaptive Histograph Equalization." Graphic Gems IV. San Diego: Academic Press Professional, 1994. 474–485.
So matlab function for Contrast Limited Adaptive Histogram equalization is adapthisteq. Get the help on matlab help and go to the bottom of the page. There is a reference section. That is the first place you should check.
  1 Comment
DGM
DGM on 14 Oct 2023
Without the book, one can still get a fair explanation by just reading the IPT implementation.
open adapthisteq
The code is fairly thoroughly commented, so it should be easy to follow.
Alternatively, or as a supplement, MIMT adapthisteqFB() is a comparable implementation. Its code is slightly different in layout, and the commentary differs. In particular, the MIMT version provides commentary and demonstration of the interpolation code which the IPT version buries in precompiled MEX.
Even with the book, it may be convenient to have MATLAB implementations to look at (if the goal is to work in m-code).

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!