ImageBinarizationMethod
ImageBinarizationMethod enumeration
Specifies the method used to binarize image.
Values
| Name | Value | Description |
|---|---|---|
| Threshold | 0 | Specifies threshold method. |
| FloydSteinbergDithering | 1 | Specifies dithering using Floyd-Steinberg error diffusion method. |