14 Star 44 Fork 8

zjzdy/Offline-small-search

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
crop_thread.h 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
zjzdy 提交于 2016-07-30 21:06 . v2.2
#ifndef CROP_THREAD_H
#define CROP_THREAD_H
#include <QObject>
#include <QThread>
#include <QString>
#include <QVariant>
#include "crop.h"
class crop_thread : public QThread
{
Q_OBJECT
public:
crop_thread();
void run();
Q_SIGNALS:
void crop_ocr(QString imagepath, QVariant cropPoints, QString lang, int batch);
void ocr_result(QString text, int batch);
void rotate(QString imagepath, int rotate_n, int batch);
void rotate_finish(QString imagepath,int batch);
void init(QString tessdata_path, QString lang, int batch);
void init_finish(int batch);
void init_obj_finish();
};
#endif // CROP_THREAD_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zjzdy/Offline-small-search.git
git@gitee.com:zjzdy/Offline-small-search.git
zjzdy
Offline-small-search
Offline-small-search
master

搜索帮助