资源简介

Qt+百度AI接口实现人脸检测的demo,通过打开一张人脸图片识别出性别、年龄、面部表情等信息。

资源截图

代码片段和文件信息

#include “widget.h“
#include 

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

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         175  2018-08-14 23:24  test_face\main.cpp
     文件        1058  2018-08-15 15:09  test_face\test_face.pro
     文件       23821  2018-08-19 02:10  test_face\test_face.pro.user
     文件        6543  2018-08-19 02:09  test_face\widget.cpp
     文件         969  2018-08-19 02:09  test_face\widget.h
     文件        3531  2018-08-19 00:39  test_face\widget.ui
     目录           0  2018-08-19 02:10  test_face\

评论

共有 条评论