Class SauvolaThresholder

java.lang.Object
imagingbook.common.threshold.adaptive.SauvolaThresholder
All Implemented Interfaces:
AdaptiveThresholder, Thresholder

public class SauvolaThresholder extends Object implements AdaptiveThresholder

This is an implementation of the adaptive thresholder proposed in [1]. See also Sec. 9.2 (Eq. 9.74) of [2].

[1] Adaptive thresholder as proposed in J. Sauvola and M. Pietikäinen, "Adaptive document image binarization", Pattern Recognition 33(2), 1135-1143 (2000).
[2] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction 3rd ed, Springer (2022).

Version:
2022/08/01