Package | Description |
---|---|
imagingbook.pub.threshold.adaptive | |
imagingbook.pub.threshold.global |
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveThresholder |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalThresholder |
class |
IsodataThresholder
This thresholder implements the algorithm proposed by Ridler and Calvard (1978),
T.W.
|
class |
IsodataThresholderSlow
This thresholder implements the algorithm proposed by Ridler and Calvard (1978),
T.W.
|
class |
MaxEntropyThresholder
Maximum entropy thresholder modeled after Kapur et al.
|
class |
MeanThresholder |
class |
MedianThresholder
This is only a special case of a QuantileThresholder with b = 0.5.
|
class |
MinErrorThresholder
Minimum Error thresholder after Kittler and Illingworth (1986).
|
class |
OtsuThresholder
Thresholder as described in N.
|
class |
QuantileThresholder |
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)