Created by HosseinLinked to 83.3m issues across 264 teams
Here's how to install OpenCV on your computer:
If you have Anaconda installed, you can use the following commands in the Terminal/CMD:
conda update anaconda-navigator conda update navigator-updater
For Windows users, you can then use either of the following commands to install OpenCV:
pip install opencv-python
Or, alteratively:
conda install -c https://conda.binstar.org/menpo opencv
For Linux users, you can use either of the following commands to install OpenCV:
pip install opencv-python
Or, alternatively:
conda install opencv
For Python 3.5+ users, you can refer to the following links:
If you are using Anaconda, you can also use the following simple command to install OpenCV:
`conda install -c conda-forge opencv`
Contributor
Teams
264