# HandGesture **Repository Path**: ctsky809/HandGesture ## Basic Information - **Project Name**: HandGesture - **Description**: 基于Qt框架的手势识别程序,其中主要是用到了Opencv中的训练算法!属于本科水平的小项目,没有太完善!后期有空再弄吧! - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 图像处理的综合应用 - 该程序主要进行图像处理的算法的相关实现 - 其中包括图像的阈值分割算法 - 对于视频场景的前景与背景的建模方法 ## Requirements - [OpenCV 3.2.0](http://opencv.org/downloads.html) - [QtCreater Qt 5.6](https://www.qt.io/download/) - [CMake 2.8.0以上均可,关于CMakeLists.txt可以自行修改](https://cmake.org/cmake-tutorial/) ## Run the Proj ```bash cd bin/ cmake ../ make ``` ## Skeleton Program - conf --> save configure.json file - docs --> main references - images --> main save the train samples - log --> program run log infor - features --> get the features about the train samples - source --> main code here ! ## 程序运行展示 - 运行程序的主界面 ![程序的主界面](https://github.com/liuguiyangnwpu/HandGesture/blob/master/snapshot/main.png) ## Reference 1. [原博客地址](http://blog.csdn.net/berguiliu/article/details/9307495) 2. [OpenCV Tutorials](http://docs.opencv.org/2.4/doc/tutorials/tutorials.html) 3. [Cascade Classifier](http://docs.opencv.org/2.4/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html#cascade-classifier) 4. [微软字符识别新研究:OCR提升自然场景下文字识别度](http://www.cnetnews.com.cn/2015/0401/3049311.shtml) 5. [Robust Text Detection in Natural Scene Images by Generalized Colorenhanced Contrasting Extremal Region and Neural Networks](http://www.cvrobot.net/wp-content/uploads/2015/08/Robust-Text-Detection-in-Natural-Scene-Images-by-Generalized-Color.pdf) 6. [tesseract-ocr](https://github.com/tesseract-ocr)