Class NiblackThresholder.Gauss

java.lang.Object
imagingbook.common.threshold.adaptive.NiblackThresholder
imagingbook.common.threshold.adaptive.NiblackThresholder.Gauss
All Implemented Interfaces:
AdaptiveThresholder, Thresholder
Enclosing class:
NiblackThresholder

public static class NiblackThresholder.Gauss extends NiblackThresholder
Implementation of Niblack's adaptive thresholder using a 2D Gaussian support region (concrete implementation of abstract class NiblackThresholder).
  • Constructor Details