install specific opencv version in Windows
How can i install an older version of opencv specifically opencv 3.4.0 in windows using python.. i already uninstalled opencv 4.0? (i have python 3.7)
How can i install an older version of opencv specifically opencv 3.4.0 in windows using python.. i already uninstalled opencv 4.0? (i have python 3.7)
pip install opencv-contrib-python==3.4.2.16
read https://pypi.org/project/opencv-contr...
3.4.2.16 seems first 3.4 version for python 3.7. If you need 3.4.0 ( and bug with 3.4.0) you have to build python binding yourself
Asked: 2019-02-12 10:04:13 -0600
Seen: 3,005 times
Last updated: Feb 12 '19
Area of a single pixel object in OpenCV
Weird result while finding angle
cv2.perspectiveTransform() with Python
cv2 bindings incompatible with numpy.dstack function?
Getting single frames from video with python
Line detection and timestamps, video, Python
Different behaviour of OpenCV Python arguments in 32 and 64-bit systems