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 TypeClassDescriptionclassThis is an implementation of the global thresholder proposed by Ridler and Calvard [1].classSlow version of theIsodataThresholderusing explicit recalculation of background and foreground means in every iteration.classThis is an implementation of the global thresholder proposed by Kapur et al. in [1].classSimple global thresholder which uses the mean pixel value as the threshold.classThis is a special case of aQuantileThresholderwith quantile b = 0.5.classThis is an implementation of the global "minimum error" thresholder proposed by Kittler and Illingworth in [1].classSimple global thresholder which sets the threshold centered between the image's minimum and maximum pixel value.classThis is an implementation of the global thresholder proposed by Otsu [1].classThis is an implementation of the global "quantile" thresholder, described in Sec. 9.1 (Alg. 9.1) of [1].