How to install opencv in Python | opencv installation in Windows | OpenC...



For latest version 4.1.0, use

pip install opencv-contrib-python==4.1.0.25 and
For default version use this:

pip install opencv-contrib-python

Comments

Popular posts from this blog

Drag and Drop CSV file on Matplotlib based PyQt5 GUI : PyQt5 tutorial - ...

Basic Piano GUI in PyQt5: Part 1

Screen recorder in PyQt5 | How to make Audio Video Screen recorder | PyQt5