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 TypeInterfaceDescriptioninterface
Common interface to be implemented by all adaptive (i.e., non-global) thresholders.Classes in imagingbook.common.threshold.adaptive that implement ThresholderModifier and TypeClassDescriptionclass
This is an implementation of the adaptive thresholder proposed by Bernsen in [1].class
This is an implementation of the adaptive thresholder proposed by Niblack in [1].static class
Implementation of Niblack's adaptive thresholder using a rectangular (box-shaped) support region (concrete implementation of abstract classNiblackThresholder
).static class
Implementation of Niblack's adaptive thresholder using a circular (disk-shaped) support region (concrete implementation of abstract classNiblackThresholder
).static class
Implementation of Niblack's adaptive thresholder using a 2D Gaussian support region (concrete implementation of abstract classNiblackThresholder
).class
This 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 TypeInterfaceDescriptioninterface
Common interface to be implemented by all global thresholders.Classes in imagingbook.common.threshold.global that implement ThresholderModifier 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.