Filter löschen
Filter löschen

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

6 Ansichten (letzte 30 Tage)
Hello researchers, i need a reference that describes the contrast limited adaptive histogram equalization technique in details. thank you.

Akzeptierte Antwort

Mohammad Abouali
Mohammad Abouali am 12 Okt. 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 Kommentar
DGM
DGM am 14 Okt. 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).

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by