Description

Applies the MPICBG implementation of CLAHE (Contrast Limited Adaptive Histogram Equalization). This module runs the Image "CLAHE" plugin.

Parameters

Input image (default = "") Image to apply CLAHE to.

Apply to input image (default = "true") 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.

Output image (default = "") Name of the output image created during the CLAHE process. This image will be added to the workspace.

Blocksize (default = "127.0")

Calibrated units (default = "false") 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".

Histogram bins (default = "256")

Maximum slope (default = "3.0")

Use mask (default = "false")

Mask image (default = "")

Fast (less accurate) (default = "true")

Enable multithreading (default = "true")