Uses of Interface
imagingbook.common.threshold.global.GlobalThresholder
Packages that use GlobalThresholder
-
Uses of GlobalThresholder in imagingbook.common.threshold.global
Classes in imagingbook.common.threshold.global that implement GlobalThresholderModifier and TypeClassDescriptionclass
This is an implementation of the global thresholder proposed by Ridler and Calvard [1].class
Slow version of theIsodataThresholder
using explicit recalculation of background and foreground means in every iteration.class
This is an implementation of the global thresholder proposed by Kapur et al.class
Simple global thresholder which uses the mean pixel value as the threshold.class
This is a special case of aQuantileThresholder
with quantile b = 0.5.class
This is an implementation of the global "minimum error" thresholder proposed by Kittler and Illingworth in [1].class
Simple global thresholder which sets the threshold centered between the image's minimum and maximum pixel value.class
This is an implementation of the global thresholder proposed by Otsu [1].class
This is an implementation of the global "quantile" thresholder, described in Sec.