基于Qt框架的手势识别程序

所属分类:OpenCV
开发工具:C/C++
文件大小:12592KB
下载次数:3
上传日期:2018-03-28 14:51:40
上 传 者小kkx
说明:  qt下的图像处理程序,用于手势识别,处理,是个不错的参考资料
(The image processing program under QT, used for gesture recognition, processing, is a good reference)

文件列表:
.DS_Store (6148, 2017-03-08)
CMakeLists.txt (1355, 2017-03-08)
bin (0, 2017-03-08)
bin\CMakeCache.txt (13860, 2017-03-08)
bin\CMakeFiles (0, 2017-03-08)
bin\CMakeFiles\3.7.1 (0, 2017-03-08)
bin\CMakeFiles\3.7.1\CMakeCCompiler.cmake (2433, 2017-03-08)
bin\CMakeFiles\3.7.1\CMakeCXXCompiler.cmake (4981, 2017-03-08)
bin\CMakeFiles\3.7.1\CMakeDetermineCompilerABI_C.bin (4304, 2017-03-08)
bin\CMakeFiles\3.7.1\CMakeDetermineCompilerABI_CXX.bin (4288, 2017-03-08)
bin\CMakeFiles\3.7.1\CMakeSystem.cmake (362, 2017-03-08)
bin\CMakeFiles\3.7.1\CompilerIdC (0, 2017-03-08)
bin\CMakeFiles\3.7.1\CompilerIdC\CMakeCCompilerId.c (16826, 2017-03-08)
bin\CMakeFiles\3.7.1\CompilerIdC\a.out (8616, 2017-03-08)
bin\CMakeFiles\3.7.1\CompilerIdCXX (0, 2017-03-08)
bin\CMakeFiles\3.7.1\CompilerIdCXX\CMakeCXXCompilerId.cpp (16397, 2017-03-08)
bin\CMakeFiles\3.7.1\CompilerIdCXX\a.out (8600, 2017-03-08)
bin\CMakeFiles\CMakeDirectoryInformation.cmake (689, 2017-03-08)
bin\CMakeFiles\CMakeOutput.log (34829, 2017-03-08)
bin\CMakeFiles\CMakeRuleHashes.txt (94, 2017-03-08)
bin\CMakeFiles\HandGesture.dir (0, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\CXX.includecache (87878, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\DependInfo.cmake (3392, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\HandGesture_automoc.cpp.o (76188, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\build.make (31191, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\cmake_clean.cmake (831, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\depend.internal (116820, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\depend.make (231156, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\flags.make (1231, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\link.txt (3032, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\progress.make (236, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\source (0, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\source\gesture (0, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\source\gesture\AIGesture.cpp.o (175352, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\source\gesture\GestrueInfo.cpp.o (60828, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\source\main.cpp.o (70420, 2017-03-08)
bin\CMakeFiles\HandGesture.dir\source\ui (0, 2017-03-08)
... ...

# 图像处理的综合应用 - 该程序主要进行图像处理的算法的相关实现 - 其中包括图像的阈值分割算法 - 对于视频场景的前景与背景的建模方法 ## 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)

近期下载者

相关文件


收藏者