Check Opencv Version\ Code Example


Example 1: how to check opencv version using python

$ python # "python3"- if you are using another version of python >>>import cv2 >>>cv2.__version__

Example 2: how to check opencv version command line

# in terminal type python3 then the following, import cv2 cv2.__version__

Comments

Popular posts from this blog

Chemistry - Bond Angles In NH3 And NCl3

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?