Binarize contrast operation.
| Name | Type | Required | Description |
|---|---|---|---|
| threshold | Optional[int] | No | The threshold value (0-255). Pixels with intensity below this value become black, others become white. If not specified, the threshold is computed automatically. |
| type | Literal["binarize"] | Yes | None |