__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from typing import Any, Sequence, overload
import numpy as np
from .sidedata import SideData
class MotionVectors(SideData, Sequence[MotionVector]):
@overload
def __getitem__(self, index: int): ...
@overload
def __getitem__(self, index: slice): ...
@overload
def __getitem__(self, index: int | slice): ...
def __len__(self) -> int: ...
def to_ndarray(self) -> np.ndarray[Any, Any]: ...
class MotionVector:
source: int
w: int
h: int
src_x: int
src_y: int
dst_x: int
dst_y: int
motion_x: int
motion_y: int
motion_scale: int
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| __init__.pxd | File | 0 B | 0644 |
|
| __init__.py | File | 0 B | 0644 |
|
| motionvectors.cpython-313-aarch64-linux-gnu.so | File | 134.22 KB | 0644 |
|
| motionvectors.pxd | File | 266 B | 0644 |
|
| motionvectors.pyi | File | 597 B | 0644 |
|
| motionvectors.pyx | File | 2.57 KB | 0644 |
|
| sidedata.cpython-313-aarch64-linux-gnu.so | File | 133.84 KB | 0644 |
|
| sidedata.pxd | File | 453 B | 0644 |
|
| sidedata.pyi | File | 1.92 KB | 0644 |
|
| sidedata.pyx | File | 3.96 KB | 0644 |
|