microproduct-l-sar/atmosphericDelay-L-SAR/ISCEApp/_internal/cv2/misc/version.py

6 lines
90 B
Python
Raw Permalink Normal View History

2024-01-03 01:42:21 +00:00
import cv2
def get_ocv_version():
return getattr(cv2, "__version__", "unavailable")