Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 620 Bytes

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