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 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].