博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OpenCV 2.4.10 Linux Qt Conifguration
阅读量:5900 次
发布时间:2019-06-19

本文共 933 字,大约阅读时间需要 3 分钟。

Download CMake 2.8.12

Extract the file, and run "./bootstrap", then "make", then "sudo make install"

Add some dependencies, run "sudo apt-get install build-essential libgtk2.0-dev libavcodec-dev libavformat-dev libjpeg62-dev libtiff4-dev cmake libswscale-dev libjasper-dev"

Download OpenCV 2.4.10 for linux

Extract the file, and go into the file, and run "cmake ."

After that, run "make"

Wait about 20 minutes and then run "sudo make install"

Download Qt for Linux

chmod +x qt-opensource-linux-x64-1.6.0-8-online.run

sudo ./qt-opensource-linux-x64-1.6.0-8-online.run

Open Qt Creator, in the .pro file, add

INCLUDEPATH+= /usr/local/include

INCLUDEPATH+=/usr/local/include/opencv
INCLUDEPATH+=/usr/local/include/opencv2
LIBS += -L /usr/local/lib/libopencv*

Build the project, if error "Cannot find -lGL" happens, run the following command in the terminal:

sudo apt-get -y install libgl1-mesa-dev

本文转自博客园Grandyang的博客,原文链接:,如需转载请自行联系原博主。

你可能感兴趣的文章
springboot 后台运行
查看>>
Solidworks如何打开swb文件
查看>>
面向对象思想(第一天)
查看>>
微信小程序 js逻辑
查看>>
关于 MySQL 的 boolean 和 tinyint(1)
查看>>
linux 安装 sftp
查看>>
基金常识
查看>>
openStack queens
查看>>
全排列(Perm)的递归实现算法
查看>>
Mybatis(一)走进Mybatis与FisrtExample
查看>>
python numpy访问行列元素的方法
查看>>
C++中map用法详解《转》
查看>>
(转)EOSIO开发(四)- nodeos、keosd与cleos
查看>>
Idea代码可视化插件
查看>>
MVC5+EF6 入门完整教程八
查看>>
sql server 无法用sql server身份验证
查看>>
Async和Await 异步方法
查看>>
python 的 json 转换
查看>>
HBase基准性能测试报告
查看>>
软件安装的list(0918)
查看>>