BinarizeMethod Enumeration |
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
Public Enumeration BinarizeMethod
Members
| Member name | Description |
---|
| 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