GPU accelerated image processing for everyone
By Peter Haub (based on work by G. Landini and Fiji developers)
Computes the local threshold based on Auto Local Threshold (Niblack method) see: https://imagej.net/Auto_Local_Threshold see code in: https://github.com/fiji/Auto_Local_Threshold/blob/master/src/main/java/fiji/threshold/Auto_Local_Threshold.java Formular:
t = mean + k_value * sqrt(var - c_value)
Category: Filter
Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clijx_-0.32.0.1.jar.
Ext.CLIJx_localThresholdNiblack(Image source, Image destination, Number radius, Number k_value, Number c_value);