Skip to content

putheakhem/learnopencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Learning OpenCV with Python 3

Install OpenCv on Mac using anaconda

  • Install Anaconda
  • Create new enviroment conda create -n yourenvname python=3.7
  • Activate your enviroment source activate yourenvname
  • Install OpenCV python -m pip install opencv-python

you can run python3 file_name.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages