BodyBalanceEvaluation/backend/venv/Lib/site-packages/cv2/ipp/__init__.pyi
2025-07-31 17:23:05 +08:00

15 lines
223 B
Python

__all__: list[str] = []
# Functions
def getIppVersion() -> str: ...
def setUseIPP(flag: bool) -> None: ...
def setUseIPP_NotExact(flag: bool) -> None: ...
def useIPP() -> bool: ...
def useIPP_NotExact() -> bool: ...