Answers for "opencv-python version check pip"

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
-1

pip install opencv

pip install opencv-python==4.2.0.34
Posted by: Guest on May-13-2021

Python Answers by Framework

Browse Popular Code Answers by Language