Jump to content

Adaptive histogram equalization

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Twir (talk | contribs) at 16:49, 28 February 2008 (new page about adaptive histogram equalization--a well-known image processing algorithm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Adaptive histogram equalization is a computer image processing technique used to improve contrast in images. It differs from ordinary histogram equalization in the respect that the adaptive method computes several histograms and uses each to redistribute the lightness values of the image. Ordinary histogram equalization simply uses a single histogram for an entire image.

Consequently, adaptive histogram equalization is considered an image enhancement technique capable of improving an image's local contrast, bringing out more detail in the image. However, it also can produce significant noise. A generalization of adaptive histogram equalization called contrast limiting adaptive histogram equalization, also known as CLAHE, was developed to address the problem of noise amplification.