Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check opencv version command line

# in terminal type python3 then the following,
import cv2
cv2.__version__
 
PREVIOUS NEXT
Tagged: #check #opencv #version #command #line
ADD COMMENT
Topic
Name
7+6 =