Contrast Limited AHE
Contrast Limited AHE (CLAHE) differs from ordinary adaptive histogram equalization in its contrast limiting. This feature can also be applied to global histogram equalization, giving rise to contrast limited histogram equalization (CLHE), which is rarely used in practice. In the case of CLAHE, the contrast limiting procedure has to be applied for each neighbourhood from which a transformation function is derived. CLAHE was developed to prevent the over amplification of noise that adaptive histogram equalization can give rise to.
This is achieved by limiting the contrast enhancement of AHE. The contrast amplification in the vicinity of a given pixel value is given by the slope of the transformation function. This is proportional to the slope of the neighbourhood cumulative distribution function (CDF) and therefore to the value of the histogram at that pixel value. CLAHE limits the amplification by clipping the histogram at a predefined value before computing the CDF. This limits the slope of the CDF and therefore of the transformation function. The value at which the histogram is clipped, the so-called clip limit, depends on the normalization of the histogram and thereby on the size of the neighbourhood region. Common values limit the resulting amplification to between 3 and 4 times the histogram mean value.
It is advantageous not to discard the part of the histogram that exceeds the clip limit but to redistribute it equally among all histogram bins.
The redistribution will push some bins over the clip limit again (region shaded green in the figure), resulting in an effective clip limit that is larger than the prescribed limit and the exact value of which depends on the image. If this is undesirable, the redistribution procedure can be repeated recursively until the excess is negligible.
Read more about this topic: Adaptive Histogram Equalization
Famous quotes containing the words contrast and/or limited:
“Happiness aint a thing in itselfits only a contrast with something that aint pleasant.... And so, as soon as the novelty is over and the force of the contrast dulled, it aint happiness any longer, and you have to get something fresh.”
—Mark Twain [Samuel Langhorne Clemens] (18351910)
“Even with limited intelligence, knowing oneself is not as difficult as some say, but to act according to what one has realized about oneself in real life is as difficult as practicing anything else, compared to theory.”
—Franz Grillparzer (17911872)