原文章:
一、opencv介紹
二、環境
環境變數中加入python安裝路徑,我的是 c:\program files\python35\scripts\;c:\program files\python35\; 注意分號。
三、開搞
一切就緒以後以管理員身份執行cmd或powershell。依次輸入以下命令:
pip install --upgrade setuptoolspip install numpy matplotlib
pip install opencv-python
pip install 包的位置(如:c:\download\***.whl)四、測試
寫.py指令碼:
#匯入cv模組
import cv2 as cv
#讀取影象,支援 bmp、jpg、png、tiff 等常用格式
#建立視窗並顯示影象
cv.namedwindow("image")
cv.imshow("image",img)
cv.waitkey(0)
#釋放視窗
cv2.destroyallwindows()
執行以上指令碼,如果可以顯示出測試的影象,則環境搭建成功
opencv的學習,推薦**www.opencv.org.cn,是中文的教程哦!
Python環境搭建之OpenCV
一 opencv介紹 二 環境 環境變數中加入python安裝路徑,我的是 c program files python35 scripts c program files python35 注意分號。三 開搞 一切就緒以後以管理員身份執行cmd或powershell。依次輸入以下命令 pip in...
Python環境搭建之OpenCV
一 opencv介紹 二 環境 環境變數中加入python安裝路徑,我的是 c program files python35 scripts c program files python35 注意分號。三 開搞 一切就緒以後以管理員身份執行cmd或powershell。依次輸入以下命令 pip in...
Python環境搭建之OpenCV
一 opencv介紹 二 環境 環境變數中加入python安裝路徑,我的是 c program files python35 scripts c program files python35 注意分號。三 開搞 一切就緒以後以管理員身份執行cmd或powershell。依次輸入以下命令 pip in...