基于Qt Creator的OpenCV人脸识别签到项目系列教程(一) – 人脸信息采集
实现人脸信息采集需要下载XML训练文件:https://download.csdn.net/download/m0_66984268/80272590
源代码: .pro文件
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in orde
共有 0 条评论