Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.34 KB

reference_getAutomaticThreshold.md

File metadata and controls

31 lines (19 loc) · 1.34 KB

getAutomaticThreshold

By Robert Haase based on work by G. Landini and W. Rasband

The automatic thresholder utilizes the threshold methods from ImageJ on a histogram determined on the GPU to determine a threshold value 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]

Categories: Measurements, Binary

Usage in ImageJ macro

Ext.CLIJ2_getAutomaticThreshold(Image input, String method, Number threshold_value);

License terms

The code for the automatic thresholding methods originates from https://github.com/imagej/imagej1/blob/master/ij/process/AutoThresholder.java

Detailed documentation on the implemented methods can be found online: https://imagej.net/Auto_Threshold

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint