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

4 次查看(过去 30 天)
Hello researchers, i need a reference that describes the contrast limited adaptive histogram equalization technique in details. thank you.

采纳的回答

Mohammad Abouali
Mohammad Abouali 2014-10-12
[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 个评论
DGM
DGM 2023-10-14
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).

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by