| Interface | Description |
|---|---|
| InputToBinary<Input extends ImageBase> |
Outputs a binary image when given an input image
|
| Class | Description |
|---|---|
| GlobalEntropyBinaryFilter<T extends ImageSingleBand> |
Computes a threshold based on entropy to create a binary image
|
| GlobalFixedBinaryFilter<T extends ImageSingleBand> |
Applies a fixed threshold to an image.
|
| GlobalOtsuBinaryFilter<T extends ImageSingleBand> |
Computes a threshold using Otsu's equation.
|
| LocalGaussianBinaryFilter<T extends ImageSingleBand> |
Adaptive/local threshold using a Gaussian region
|
| LocalSauvolaBinaryFilter<T extends ImageSingleBand> |
Adaptive/local threshold using a Sauvola calculation
|
| LocalSquareBinaryFilter<T extends ImageSingleBand> |
Adaptive/local threshold using a square region
|
| LocalSquareBlockMinMaxBinaryFilter<T extends ImageSingleBand> |
Wrapper around
ThresholdSquareBlockMinMax. |