Back to module list
Apply CLAHE
Description
Applies the MPICBG implementation of CLAHE (Contrast Limited Adaptive Histogram Equalization). See https://imagej.net/Enhance_Local_Contrast_(CLAHE)
Parameters
- Input image
- Description: Image to apply CLAHE to.
- Type: InputImageP
- Apply to input image
- Description: Select if CLAHE should be applied directly to the input image, or if it should be applied to a duplicate, then stored as a different image in the workspace.
- Type: BooleanP
- Default value: true
- Output image
- Description: Name of the output image created during the CLAHE process. This image will be added to the workspace.
- Type: OutputImageP
- Blocksize
- Type: DoubleP
- Default value: 127.0
- Calibrated units
- Description: Choose if block size is specified in pixel (set to "false") or calibrated (set to "true") units. What units are used are controlled from "Input control".
- Type: BooleanP
- Default value: false
- Histogram bins
- Type: IntegerP
- Default value: 256
- Maximum slope
- Type: DoubleP
- Default value: 3.0
- Use mask
- Type: BooleanP
- Default value: false
- Mask image
- Fast (less accurate)
- Type: BooleanP
- Default value: true
- Enable multithreading
- Type: BooleanP
- Default value: true