Skip to content

mihirat/python-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-opencv

setup

$ brew install pyenv
$ pyenv install 3.7.0
$ brew install opencv
$ ln -s /usr/local/Cellar/opencv/3.4.2/lib/python3.7/site-packages/cv2.cpython-37m-darwin.so  ~/.pyenv/versions/3.7.0/lib/python3.7/site-packages/

$ pip install -r requirements.txt

run

$ python main.py

ref

http://labs.eecs.tottori-u.ac.jp/sd/Member/oyamada/OpenCV/html/py_tutorials/py_imgproc/py_morphological_ops/py_morphological_ops.html

papers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages