videaudo / cv2 /ipp /__init__.pyi
duelmas's picture
Upload 27 files
8413a43
raw
history blame
214 Bytes
import typing
# Functions
def getIppVersion() -> str: ...
def setUseIPP(flag: bool) -> None: ...
def setUseIPP_NotExact(flag: bool) -> None: ...
def useIPP() -> bool: ...
def useIPP_NotExact() -> bool: ...