Uses of Interface
imagingbook.common.threshold.adaptive.AdaptiveThresholder
Packages that use AdaptiveThresholder
-
Uses of AdaptiveThresholder in imagingbook.common.threshold.adaptive
Classes in imagingbook.common.threshold.adaptive that implement AdaptiveThresholderModifier 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].