Contrast Limited Adaptive Histogram Equalization (CLAHE)

Best to read the reference in "Graphics Gems IV", Academic Press, 1994 pages 474-485

Sie verfolgen jetzt diese Einreichung

This is an image contrast enhancement algorithm that overcomes limitations in standard histogram equalization (HE). The two primary features is adaptive HE (AHE), which divides the images into regions and performs local HE, and the contrast limited AHE (CLAHE), which reduces noise by partially reducing the local HE. Bilinear interpolation is used to avoid visibility of region boundaries.
"Contrast Limited Adaptive Histogram Equalization"
by Karel Zuiderveld, karel@cv.ruu.nl
in "Graphics Gems IV", Academic Press, 1994

Ported by Leslie Smith

Zitieren als

Leslie Smith (2026). Contrast Limited Adaptive Histogram Equalization (CLAHE) (https://de.mathworks.com/matlabcentral/fileexchange/22182-contrast-limited-adaptive-histogram-equalization-clahe), MATLAB Central File Exchange. Abgerufen .

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0

Best to use adapthisteq in Matlab's Image processing toolbox