Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 580 Bytes

File metadata and controls

12 lines (8 loc) · 580 Bytes

ContrastBinarize

Binarize contrast operation.

Properties

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

[Back to Model list] [Back to API list] [Back to README]