Package | Description |
---|---|
imagingbook.pub.threshold.adaptive |
Modifier and Type | Class and Description |
---|---|
class |
BernsenThresholder
This implementation of Bernsen's thresholder uses a circular support region,
implemented with ImageJ's built-in rank-filter methods.
|
class |
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.
|
class |
NiblackThresholder
This version of Niblack's thresholder uses a circular support region, implemented
with IJ's rank-filter methods.
|
static class |
NiblackThresholder.Box |
static class |
NiblackThresholder.Disk |
static class |
NiblackThresholder.Gauss |
class |
SauvolaThresholder
Adaptive thresholder as proposed in J.
|
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)