koichi12's picture
Add files using upload-large-folder tool
d353357 verified
raw
history blame
90 Bytes
import cv2
def get_ocv_version():
return getattr(cv2, "__version__", "unavailable")