CLAHE plugin
Posted by
Stephan Saalfeld on
Nov 14, 2009; 12:04am
URL: http://imagej.273.s1.nabble.com/Getting-the-selected-points-tp3690467p3690469.html
Dear list,
we implemented the Contrast Limited Adaptive Histogram Equalization
http://portal.acm.org/citation.cfm?id=180940as an ImageJ plugin and put it into Fiji. There is a manual page at the
Fiji-Wiki
http://pacific.mpi-cbg.de/wiki/index.php/Enhance_Local_Contrast_(CLAHE)
that references the source code which, stripped off the package
declaration, compiles and runs in bare ImageJ as well.
The implemented technique is about enhancing the local contrast in an
image by equalizing the histogram in that region. The maximal desired
contrast stretch can be limited.
Best regards,
Stephan