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 16bit 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 support histogram clipping, but does no redistribution of bins when the histogram is clipped. A future version of the module should implement this.