首页 > 编程语言 > 详细

Install OpenCV-Python in Ubuntu

时间:2018-10-02 18:55:38      阅读:170      评论:0      收藏:0      [点我收藏+]
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

原文:https://www.cnblogs.com/ranjiewen/p/9737346.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!