mirror of
https://github.com/opencv/opencv.git
synced 2025-01-08 03:57:58 +08:00
6 lines
90 B
Python
6 lines
90 B
Python
|
import cv2
|
||
|
|
||
|
|
||
|
def get_ocv_version():
|
||
|
return getattr(cv2, "__version__", "unavailable")
|