version.py 90 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 import cv2 def get_ocv_version(): return getattr(cv2, "__version__", "unavailable")