Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check opencv version

$ python -c 'import cv2; print(cv2.__version__)' # 'python3' - if you are using another version of python
 
PREVIOUS NEXT
Tagged: #check #opencv #version
ADD COMMENT
Topic
Name
9+6 =