Uses of Interface
imagingbook.common.threshold.Thresholder
Packages that use Thresholder
-
Uses of Thresholder in imagingbook.common.threshold.adaptive
Subinterfaces of Thresholder in imagingbook.common.threshold.adaptiveModifier and TypeInterfaceDescriptioninterfaceCommon interface to be implemented by all adaptive (i.e., non-global) thresholders.Classes in imagingbook.common.threshold.adaptive that implement ThresholderModifier and TypeClassDescriptionclassThis is an implementation of the adaptive thresholder proposed by Bernsen in [1].classThis is an implementation of the adaptive thresholder proposed by Niblack in [1].static classImplementation of Niblack's adaptive thresholder using a rectangular (box-shaped) support region (concrete implementation of abstract classNiblackThresholder).static classImplementation of Niblack's adaptive thresholder using a circular (disk-shaped) support region (concrete implementation of abstract classNiblackThresholder).static classImplementation of Niblack's adaptive thresholder using a 2D Gaussian support region (concrete implementation of abstract classNiblackThresholder).classThis is an implementation of the adaptive thresholder proposed in [1]. -
Uses of Thresholder in imagingbook.common.threshold.global
Subinterfaces of Thresholder in imagingbook.common.threshold.globalModifier and TypeInterfaceDescriptioninterfaceCommon interface to be implemented by all global thresholders.Classes in imagingbook.common.threshold.global that implement ThresholderModifier 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].