1 Star 2 Fork 1

Esttelle/VideoPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
video_form.h 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
chengyangkj 提交于 2019-12-01 17:05 . 修改拆帧功能部分bug
#ifndef VIDEO_FORM_H
#define VIDEO_FORM_H
#include <QMainWindow>
#include <QThreadPool>
#include <QProgressBar>
#include <QThread>
#include <QDebug>
#include <string.h>
#include <QFileDialog>
#include <QFile>
#include <QMessageBox>
#include <QSlider>
#include <opencv2/opencv.hpp>
#include <frame_handle_form.h>
#include <QTest>
#include <video_player.h>
#include <QPushButton>
namespace Ui {
class Video_Form;
}
using namespace cv;
class Video_Form : public QMainWindow
{
Q_OBJECT
public:
explicit Video_Form(QWidget *parent = 0);
~Video_Form();
Video_Player *player=NULL;
private:
Ui::Video_Form *ui;
Frame_Handle_Form *frame_hanle_from=NULL;
QString file_name;
private slots:
void Open_video_Slot();
void Frame_handle_Slot();
void start_btn_Slot();
void on_pushButton_clicked();
void on_pushButton_2_clicked();
void on_slider_sliderMoved(int position);
void on_slider_sliderPressed();
void on_choose_btn_clicked();
};
#endif // VIDEO_FORM_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/esttelle/VideoPlayer.git
git@gitee.com:esttelle/VideoPlayer.git
esttelle
VideoPlayer
VideoPlayer
master

搜索帮助