Class BernsenThresholder

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

public class BernsenThresholder extends Object implements AdaptiveThresholder

This is an implementation of the adaptive thresholder proposed by Bernsen in [1]. It uses a circular support region implemented with ImageJ's built-in rank-filter methods. See Sec. 9.2.1 of [2] for a detailed description.

[1] J. Bernsen. Dynamic thresholding of grey-level images. In "Proceedings of the International Conference on Pattern Recognition (ICPR)", pp. 1251–1255, Paris (October 1986). IEEE Computer Society.
[2] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/04/02