Class | Description |
---|---|
AbstractLocalThreshold |
Abstract base class for local thresholding operations.
|
AdaptiveLocalThresholdBernsen |
Bernsen's adaptive local thresholding.
|
AdaptiveLocalThresholdContrast |
Adaptive local thresholding using the local contrast.
|
AdaptiveLocalThresholdGaussian |
Adaptive local thresholding using the Gaussian weighted sum of the patch and
an offset.
|
AdaptiveLocalThresholdMean |
Adaptive local thresholding using the mean of the patch and an offset.
|
AdaptiveLocalThresholdMedian |
Adaptive local thresholding using the median of the patch and an offset.
|
OtsuThreshold |
Otsu's adaptive thresholding algorithm.
|