ImageBinarizationMethod Enum
ImageBinarizationMethod Enum
Specifies the method used to binarize image.
type ImageBinarizationMethod int32
Fields
| Field | Description |
|---|---|
| Threshold | Specifies threshold method. |
| FloydSteinbergDithering | Specifies dithering using Floyd-Steinberg error diffusion method. |