Short Description
The adaptive histogram equalization implements the Contrast-Limited Adaptive Histogram Equalization (CLAHE) for 2D, 3D or 4D sequences (gray or color).Clahe @ wikipedia: http://en.wikipedia.org/wiki/CLAHE#CLAHE
Original publication: http://dl.acm.org/citation.cfm?id=180895.180940
Documentation
Parameters :
Type : sets the processing type (2D, multi2D or 3D)
No.bins: number of bins.
Half size XY : the half size of the window, where the histogram equalization takes place.
Half size Z : Half size in depth of the 3D window (used for 3D process)
Maximum slope: parameter which manage the power of equalization. A greater slope will give a more contrasted sequence.
Output: UBYTE sequence
The java code was adapted from the ImageJ implementation by Stephan Saalfeld (see http://rsbweb.nih.gov/ij/plugins/clahe/index.html)
2 reviews on “Adaptive histogram equalization”