Class Adaptive_Bernsen

java.lang.Object
Ch09_Automatic_Thresholding.Adaptive_Bernsen
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

public class Adaptive_Bernsen extends Object implements PlugInFilter, JavaDocHelp

ImageJ plugin showing the use of the BernsenThresholder class (see Sec. 9.2.1 of [1] for additional details). This plugin works on 8-bit grayscale images only. The original image is modified to a binary image.

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

Version:
2022/04/01
See Also: