Answers for "linux test if opencv is installed"

1

how to check opencv version

$ python -c 'import cv2; print(cv2.__version__)' # 'python3' - if you are using another version of python
Posted by: Guest on November-13-2020

Code answers related to "linux test if opencv is installed"

Python Answers by Framework

Browse Popular Code Answers by Language