Operation: enhance contrast

enhance contrast operation

Author:

The operation uses the Class ContrastEnhancer  from ImageJ.

Example

           normalize with max. 0.3% of pixels saturated

Description

Enhances image contrast by using either histogram stretching or histogram equalization. See ImageJ documentation, menu "process" for details.

Options


percent saturated: the maximum percent of pixel that will be saturated after the normalization.
equalize: use histogram equalization (percent saturated will be ignored).
normalize: use histogram stretching.
use stack histogram: in case of volume image use the histogram of the volume instead of the histogram of the current slide.

Parameter

The only parameter is the input image.

Results

The only result is the enhanced image.