cameracv/libs/opencv/modules/python/package/extra_modules/misc/version.py

6 lines
90 B
Python
Raw Normal View History

2023-05-18 21:39:43 +03:00
import cv2
def get_ocv_version():
return getattr(cv2, "__version__", "unavailable")