BinarizationMethod Enumeration |
Namespace: Opait.Pdf.Api
public enum BinarizationMethod
| Member name | Value | Description | |
|---|---|---|---|
| FixedThreshold | 0 | Use a single fixed threshold. | |
| StandardOtsu | 1 | Dynamically compute a single threshold using standard OTSU method. | |
| AdaptiveOtsu | 2 | Compute adaptive OTSU thresholds for tiled regions of the image. |