util ¶
Functions:
normalize_radius ¶
normalize_radius(
clip: VideoNode,
function: GenericVSFunction[ConstantFormatVideoNode],
radius: Sequence[float | int] | dict[str, Sequence[float | int]],
planes: Planes,
**kwargs: Any
) -> ConstantFormatVideoNode
Source code in vsrgtools/util.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
|