资源简介

Windows下Qt使用openCV的demo,在https://blog.csdn.net/u012902367中《Qt 使用openCV》一文中有介绍。

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-04-01 14:16  openCV\
     文件         183  2019-04-01 10:25  openCV\main.cpp
     文件        3288  2019-04-01 13:39  openCV\mainwindow.cpp
     文件        1062  2019-04-01 13:39  openCV\mainwindow.h
     文件        2235  2019-04-01 13:32  openCV\mainwindow.ui
     文件        1313  2019-04-01 14:10  openCV\openCV.pro

评论

共有 条评论