ovl.thresholds.threshold module

class ovl.thresholds.threshold.Threshold[source]

Bases: object

Threshold is a base class for Threshold object that threshold an image (Color, binary or otherwise), threshold is then followed up

convert(image)[source]
validate(*args, **kwargs) → bool[source]