반응형

파이썬, 아나콘다에서 opencv  설치하기

 

글. 오상문 sualchi@duam.net

 

아나콘다 사용자(Windows)가 opencv를 설치하는 과정은 다음과 같다.

 

1)  Windows 프로그램 메뉴에서 Anaconda Prompt (...)를 실행한다.

 

2) 명령창에서 다음처럼 입력하고 <Enter> 키를 누른다.

 

   pip install opencv-python

 

3) 그러면 다음처럼 다운로드가 진행되고 설치된다.

 

Collecting opencv-python
  Downloading
https://files.pythonhosted.org/packages/74/41/b01f308ca4a22c8c368ed4ee80ef5318efe2f221cd0024a3a0ee9df6a94d/opencv_python-4.1.2.30-cp37-cp37m-win_amd64.whl (33.0MB)
     |████████████████████████████████| 33.0MB 152kB/s
Requirement already satisfied: numpy>=1.14.5 in c:\users\administrator\anaconda3\lib\site-packages (from opencv-python) (1.16.5)
Installing collected packages: opencv-python
Successfully installed opencv-python-4.1.2.30

 

<이상>

 

반응형

+ Recent posts