CLAHE¶
-
MLModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLCLAHE
definition MLCLAHE.def keywords contrast
,enhancement
Purpose¶
The CLAHE
implements the “Contrast Limited Adaptive Histogram Equalization” filter as described by Karel Zuiderveld. The implementation only supports 16-bit unsigned images and outputs, and always outputs an image in the range 0 - 65535.
To combine the CLAHE image with the original image, it has to be rescaled to the min/max range of the original image in a post-processing step.
NOTE: The current implementation supports histogram clipping, but performs no redistribution of bins if the histogram is clipped.