Borrar filtros
Borrar filtros

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

6 visualizaciones (últimos 30 días)
Hello researchers, i need a reference that describes the contrast limited adaptive histogram equalization technique in details. thank you.

Respuesta aceptada

Mohammad Abouali
Mohammad Abouali el 12 de Oct. de 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 comentario
DGM
DGM el 14 de Oct. de 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).

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by