Click or drag to resize

BinarizeMethod Enumeration

Lists the supported binarization methods used in the BinarizeCommand

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage.AdvancedDocClean (in Atalasoft.dotImage.AdvancedDocClean.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum BinarizeMethod
Members
  Member nameDescription
SimpleThreshold Simple, fast thresholding with level determined by user.
GlobalThreshold Threshold level determined from entire image. Useful for removing shaded regions, but could remove light colored content such as watermarks.
AdaptiveThreshold Adapts to surrounding pixels, highlights subtle changes in intensity. Most forgiving thresholding method but can produce noisy images.
DynamicThreshold Dynamically adapts to surrounding pixels, highlights subtle changes in intensity. More faithful to large dark areas.
See Also