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 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).Methods in imagingbook.common.threshold.adaptive that return NiblackThresholderModifier and TypeMethodDescriptionstatic NiblackThresholderNiblackThresholder.create(NiblackThresholder.RegionType regType, NiblackThresholder.Parameters params) Static convenience method for creating aNiblackThresholderwith a specific support region type.