반응형
Background
OS : Ubuntu 16.04 LTS
Python: 2.7
Ananconda 3.x (python 3.6.4)
1) install Opencv at /usr/local
: follow instructions in https://docs.opencv.org/trunk/d2/de6/tutorial_py_setup_in_ubuntu.html
2) install Opencv for anaconda
a) open a new terminal
b) type
$ conda install -c menpo opencv3=3.1.0
'Opencv' 카테고리의 다른 글
[Python/OpenCV] make polygone mask for image (0) | 2020.12.04 |
---|---|
[Python/OpenCV] Make Gaussian Shadow on Image (0) | 2020.12.04 |
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 |