Skip to content

amornpan/install-opencv-on-windows-10-with-anaconda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

install-opencv-on-windows-10-with-anaconda

How to install opencv on windows 10 with anaconda

Download and install anaconda https://www.anaconda.com/download/.
Run Anaconda Prompt>
2.1. Update conda : conda update conda
2.2. add channels to conda: conda config --add channels conda-forge
2.3. install opencv library: conda install opencv
Testing
3.1 use command 'python' in cmd
3.2 you wil get prompt >> then typing command 'import opencv' if it not have any error that mean it working.

About

How to install opencv on windows 10 with anaconda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published