Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbd8fc commit c47c7bbCopy full SHA for c47c7bb
_posts/2018-11-22-Ubuntu系统中集成OpenCV到QT.md
@@ -1,7 +1,7 @@
1
在Linux系统中,QT是一个很不错的C++的框架,并提供了IDE。很多想学习OpenCV的朋友都想把OpenCV集成到QT中,本文就简单介绍一下怎样在QT中集成OpenCV。
2
-###编译安装OpenCV
+### 编译安装OpenCV
3
参考[官方的教程](https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html?highlight=installation) ,这里就不多说了。
4
-###编写QT测试程序
+### 编写QT测试程序
5
创建Console程序,在Project文件中加入如下配置:
6
```c
7
INCLUDEPATH += /usr/local/include/opencv4
0 commit comments