videaudo / cv2 /samples /__init__.pyi
duelmas's picture
Upload 11 files
c549480
raw
history blame
315 Bytes
import typing
# Functions
def addSamplesDataSearchPath(path: str) -> None: ...
def addSamplesDataSearchSubDirectory(subdir: str) -> None: ...
def findFile(relative_path: str, required: bool = ..., silentMode: bool = ...) -> str: ...
def findFileOrKeep(relative_path: str, silentMode: bool = ...) -> str: ...