标签:out htm href 安装 The tutorial ESS 简单 erro
今天发现一个简单的方法。
Install package python-opencv with following command in terminal (as root user).
$ sudo apt-get install python-opencv
Open Python IDLE (or IPython) and type following codes in Python terminal.
import cv2 as cv
print(cv.__version__)
If the results are printed out without any errors, congratulations !!! You have installed OpenCV-Python successfully.
Install OpenCV-Python in Ubuntu
标签:out htm href 安装 The tutorial ESS 简单 erro
原文地址:https://www.cnblogs.com/ranjiewen/p/9737346.html