types ¶
Classes:
-
Coordinates
– -
XxpandMode
–Expand/inpand mode
Attributes:
GenericMaskT module-attribute
¶
GenericMaskT = Union[
VideoNode,
Callable[[VideoNode, VideoNode], VideoNode],
EdgeDetectT,
RidgeDetectT,
GeneralMask,
str,
]
Coordinates ¶
Methods:
Attributes:
-
CORNERS
– -
DIAMOND
– -
HORIZONTAL
– -
RECTANGLE
– -
VERTICAL
–
from_iter classmethod
¶
from_iter(iter: int) -> Coordinates
Source code
38 39 40 |
|
from_xxpand_mode classmethod
¶
from_xxpand_mode(xxpand_mode: XxpandMode, iter: int = 1) -> Coordinates
Source code
42 43 44 45 46 47 |
|
XxpandMode ¶
Bases: CustomEnum
Expand/inpand mode
Attributes: