I am Charmie

メモとログ

2019-01-16から1日間の記事一覧

Install OpenCV contrib for python

I was looking for a way to install OpenCV and OpenCV contrib for Python 3 with Anaconda. The following commands are what I found and succeeded to install but with pip not with Anaconda. pip install opencv-python pip install opencv-contrib-…