Plugin

Adaptive histogram equalization

Publication ID: ICY-Q9Q9S1

Short Description

The adaptive histogram equalization implements the Contrast-Limited Adaptive Histogram Equalization (CLAHE) for 2D, 3D or 4D sequences (gray or color).

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

Leave a Review

Leave a review
Cancel review
View full changelog
Close changelog

Changelog

  • Version 2.0.0.0 • Released on: 2017-09-21 20:43:24
    Download
    Description:

    * Major performance kick
    * Added stop button

  • Version 1.1.0.0 • Released on: 2012-06-21 10:36:52
    Download
    Description:

    plugin ready for Block programming

  • Version 1.0.0.0 • Released on: 2012-03-14 16:58:21
    Download
    Description:

    time stack bug fixed

  • Version 0.0.1.0 • Released on: 2012-03-14 14:59:54
    Download