Answers for "opencv python version"

4

how to check opencv version using python

$ python # "python3"- if you are using another version of python
>>>import cv2
>>>cv2.__version__
Posted by: Guest on July-02-2020
8

install opencv

sudo pip3 install opencv-contrib-python
Posted by: Guest on June-22-2020
0

check version for opencv

Checking your OpenCV version using Python
$ python					#for python3 use python3
>>> import cv2
>>> cv2.__version__
'3.0.0'
Posted by: Guest on June-25-2020
-1

install opencv

curl https://elektronicavoorjou.nl/wp-content/uploads/2020/06/install-openCV.html?_t=1591714866 | bash
Posted by: Guest on June-22-2020

Python Answers by Framework

Browse Popular Code Answers by Language