Interface AdaptiveThresholder

All Superinterfaces:
Thresholder
All Known Implementing Classes:
BernsenThresholder, NiblackThresholder, NiblackThresholder.Box, NiblackThresholder.Disk, NiblackThresholder.Gauss, SauvolaThresholder

public interface AdaptiveThresholder extends Thresholder

Common interface to be implemented by all adaptive (i.e., non-global) thresholders. See Sec. 9.2 of [1] for an overview.

[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/08/01