Uses of Class
imagingbook.common.threshold.adaptive.NiblackThresholder
Packages that use NiblackThresholder
-
Uses of NiblackThresholder in imagingbook.common.threshold.adaptive
Subclasses of NiblackThresholder in imagingbook.common.threshold.adaptiveModifier and TypeClassDescriptionstatic 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
).Methods in imagingbook.common.threshold.adaptive that return NiblackThresholderModifier and TypeMethodDescriptionstatic NiblackThresholder
NiblackThresholder.create
(NiblackThresholder.RegionType regType, NiblackThresholder.Parameters params) Static convenience method for creating aNiblackThresholder
with a specific support region type.