AutoThresholdMethod

class AutoThresholdMethod(self, value: int)

Bases: pybind11_object

Methods

__init__

Inherited Methods

Operators

__and__

__doc__

__eq__

__ge__

__getstate__

__gt__

__hash__

__index__

__init__

__int__

__invert__

__le__

__lt__

__members__

__module__

__ne__

__or__

__rand__

__repr__

__ror__

__rxor__

__setstate__

__str__

__xor__

Attributes

AUTO_THRESHOLD_HUANG

AUTO_THRESHOLD_INTERMODES

AUTO_THRESHOLD_ISODATA

AUTO_THRESHOLD_MEAN

AUTO_THRESHOLD_OTSU

AUTO_THRESHOLD_TRIANGLE

__annotations__

__members__

name

value

__and__(self, other: object) object
__eq__(self, other: object) bool
__ge__(self, other: object) bool
__getstate__(self) int
__gt__(self, other: object) bool
__hash__(self) int
__index__(self) int
__init__(self, value: int)
__int__(self) int
__invert__(self) object
__le__(self, other: object) bool
__lt__(self, other: object) bool
__ne__(self, other: object) bool
__or__(self, other: object) object
__rand__(self, other: object) object
__ror__(self, other: object) object
__rxor__(self, other: object) object
__setstate__(self, state: int) None
__xor__(self, other: object) object
property name : str