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

Hello researchers, i need a reference that describes the contrast limited adaptive histogram equalization technique in details. thank you.

 채택된 답변

[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

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개)

카테고리

도움말 센터File Exchange에서 Histograms에 대해 자세히 알아보기

질문:

2014년 10월 11일

댓글:

DGM
2023년 10월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by