Class MedianThresholder

java.lang.Object
imagingbook.common.threshold.global.QuantileThresholder
imagingbook.common.threshold.global.MedianThresholder
All Implemented Interfaces:
GlobalThresholder, Thresholder

This is a special case of a QuantileThresholder with quantile b = 0.5. See Sec. 9.1 (Alg. 9.1) of [1] for additional details.

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

Version:
2022/08/01