Answers for "how to check opencv version in python"

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

Code answers related to "how to check opencv version in python"

Python Answers by Framework

Browse Popular Code Answers by Language