CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

automaticThresholdInplace

The automatic thresholder utilizes the threshold methods from ImageJ on a histogram determined on the GPU to create binary images as similar as possible to ImageJ ‘Apply Threshold’ method. Enter one of these methods in the method text field: [Default, Huang, Intermodes, IsoData, IJ_IsoData, Li, MaxEntropy, Mean, MinError, Minimum, Moments, Otsu, Percentile, RenyiEntropy, Shanbhag, Triangle, Yen]

Deprecated: Use threshold* instead.

Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clijx_-0.32.0.1.jar.

Usage in ImageJ macro

Ext.CLIJx_automaticThresholdInplace(Image input_and_destination, String method);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint