Module imagingbook.common
Package imagingbook.common.threshold.adaptive
package imagingbook.common.threshold.adaptive
-
ClassDescriptionCommon interface to be implemented by all adaptive (i.e., non-global) thresholders.This is an implementation of the adaptive thresholder proposed by Bernsen in [1].Parameters for class
BernsenThresholder
.This is an implementation of the adaptive thresholder proposed by Niblack in [1].Implementation of Niblack's adaptive thresholder using a rectangular (box-shaped) support region (concrete implementation of abstract classNiblackThresholder
).Implementation of Niblack's adaptive thresholder using a circular (disk-shaped) support region (concrete implementation of abstract classNiblackThresholder
).Implementation of Niblack's adaptive thresholder using a 2D Gaussian support region (concrete implementation of abstract classNiblackThresholder
).Parameters for classNiblackThresholder
.This is an implementation of the adaptive thresholder proposed in [1].Parameters for classSauvolaThresholder
.