반응형
** 윈도우상에서 anaconda python을 위한 opencv 설치 **
Background: windows10-64bit, anaconda4.3.22, python3.6
step1) open anaconda prompt and check the version of the installed python.
In my case, python3.6.x.
step2) downgrade python to 3.5 by typing the following command on the prompt.
$conda install python=3.5
(* In my case, installing opencv under python3.6 doesn't work at all. I don't know why...)
step3) install opencv by typing the following command on the same prompt
$conda install -c menpo opencv3
'Opencv' 카테고리의 다른 글
how to read/save an image as bmp in python (0) | 2017.08.11 |
---|---|
how to put text message on images using opencv library on C (0) | 2017.08.10 |
how to put text message on images using opencv library on python (0) | 2017.07.27 |
How to use SEEDS for superpixel segmentation (0) | 2017.07.19 |
[opencv] how to install opencv on ubuntu (0) | 2017.07.18 |