How to download cv2 in python?
Answers
Answered by
10
Hola.
Here is your answer mate.....☺️
Download latest OpenCV release from sourceforge site and double-click to extract it.
- Goto opencv/build/python/2.7 folder.
- Copy cv2. pyd to C:/Python27/lib/site-packeges.
- Open Python IDLE and type following codes in Python terminal. >>> import cv2 >>> print cv2. __version
Hope it helps you
______✌️✌️✌️______
Please follow me
Answered by
3
Answer:
Download latest OpenCV release from sourceforge site and double-click to extract it.
1)Goto opencv/build/python/2.7 folder.
2)Copy cv2. pyd to C:/Python27/lib/site-packeges
3)Open Python IDLE and type following codes in Python terminal. >>> import cv2 >>> print cv2. __version__
More to know
What is python?
Answer:
Python is an interpreted, high-level and general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace.
Similar questions