No BSD License
-
clipHistogram(Hist,NrBins,Cli...
This function performs clipping of the histogram and redistribution of bins.
-
interpolate(subBin,LU,RU,LB,R...
-
makeHistogram(Bin,XSize,YSize...
This function classifies the greylevels present in the array image into
-
makeLUT(Min,Max,NrBins)
To speed up histogram clipping, the input image [Min,Max] is scaled down to
-
mapHistogram(Hist,Min,Max,NrB...
This function calculates the equalized lookup table (mapping) by
-
runCLAHE(Image,XRes,YRes,Min,...
"Contrast Limited Adaptive Histogram Equalization"
-
View all files
Contrast Limited Adaptive Histogram Equalization (CLAHE)
by Leslie Smith
20 Nov 2008
Best to read the reference in "Graphics Gems IV", Academic Press, 1994 pages 474-485
|
Watch this File
|
| File Information |
| Description |
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 |
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com