Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c47c7bb

Browse files
committed
Publish new page
1 parent cdbd8fc commit c47c7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2018-11-22-Ubuntu系统中集成OpenCV到QT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
在Linux系统中,QT是一个很不错的C++的框架,并提供了IDE。很多想学习OpenCV的朋友都想把OpenCV集成到QT中,本文就简单介绍一下怎样在QT中集成OpenCV。
2-
###编译安装OpenCV
2+
### 编译安装OpenCV
33
参考[官方的教程](https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html?highlight=installation) ,这里就不多说了。
4-
###编写QT测试程序
4+
### 编写QT测试程序
55
创建Console程序,在Project文件中加入如下配置:
66
```c
77
INCLUDEPATH += /usr/local/include/opencv4

0 commit comments

Comments
 (0)