| Class | Description |
|---|---|
| AdaptiveThresholder | |
| BernsenThresholder |
This implementation of Bernsen's thresholder uses a circular support region,
implemented with ImageJ's built-in rank-filter methods.
|
| BernsenThresholder.Parameters | |
| InterpolatingThresholder |
This thresholder splits the image into non-overlapping square
sub-images, computes the optimal threshold within each sub-image
(using an Otsu thresholder) and interpolates linearly between
these local thresholds.
|
| InterpolatingThresholder.Parameters | |
| NiblackThresholder |
This version of Niblack's thresholder uses a circular support region, implemented
with IJ's rank-filter methods.
|
| NiblackThresholder.Box | |
| NiblackThresholder.Disk | |
| NiblackThresholder.Gauss | |
| NiblackThresholder.Parameters | |
| SauvolaThresholder |
Adaptive thresholder as proposed in J.
|
| SauvolaThresholder.Parameters |
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)