1 Star 0 Fork 0

苏 昌武/faceIdentity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.h 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
苏 昌武 提交于 2024-06-15 08:20 . add net transfer
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <opencv.hpp>
#include <QTcpSocket>
#include <QTimer>
using namespace cv;
using namespace std;
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
QT_END_NAMESPACE
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
//timer envent
void timerEvent(QTimerEvent *e);
public slots:
void timer_connect();
void stop_connect();
void start_connect();
private:
Ui::MainWindow *ui;
//carema
VideoCapture cap;
//haar --jilian
cv::CascadeClassifier cascade;
//create socket,timer
QTcpSocket msocket;
QTimer mtimer;
};
#endif // MAINWINDOW_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/su-changwu/face-identity.git
[email protected]:su-changwu/face-identity.git
su-changwu
face-identity
faceIdentity
master

搜索帮助