Click or drag to resize

BinarizationMethod Enumeration

Binarization methods when converting images from grayscale to black-and-white.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public enum BinarizationMethod
Members
  Member nameValueDescription
FixedThreshold0 Use a single fixed threshold.
StandardOtsu1 Dynamically compute a single threshold using standard OTSU method.
AdaptiveOtsu2 Compute adaptive OTSU thresholds for tiled regions of the image.
See Also