All Projects → liuguiyangnwpu → Handgesture

liuguiyangnwpu / Handgesture

基于Qt框架的手势识别程序,其中主要是用到了Opencv中的训练算法!属于本科水平的小项目,没有太完善!后期有空再弄吧!😄

Programming Languages

cplusplus
227 projects

Labels

Projects that are alternatives of or similar to Handgesture

Photobooth
A flexible photobooth software
Stars: ✭ 227 (+305.36%)
Mutual labels:  opencv, qt5
Opentrack
Head tracking software for MS Windows, Linux, and Apple OSX
Stars: ✭ 1,950 (+3382.14%)
Mutual labels:  opencv, qt5
Autoannotationtool
A label tool aim to reduce semantic segmentation label time, rectangle and polygon annotation is supported
Stars: ✭ 113 (+101.79%)
Mutual labels:  opencv, qt5
Pixelannotationtool
Annotate quickly images.
Stars: ✭ 962 (+1617.86%)
Mutual labels:  opencv, qt5
Opencv Face Filters
Snapchat-like Face Filters in OpenCV
Stars: ✭ 51 (-8.93%)
Mutual labels:  opencv
Keera Posture
Alleviate your back pain using Haskell and a webcam
Stars: ✭ 48 (-14.29%)
Mutual labels:  opencv
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (+1760.71%)
Mutual labels:  qt5
Opencvdeviceenumerator
This repository contains a class that allows the enumeration of video and audio devices in order to get the device IDs that are required to create a VideoCapture object inside OpenCV (in Windows).
Stars: ✭ 48 (-14.29%)
Mutual labels:  opencv
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (+0%)
Mutual labels:  opencv
Osgqtquick
Intergation OpenSceneGraph to Qt Quick
Stars: ✭ 53 (-5.36%)
Mutual labels:  qt5
Pdf Table
Java utility for parsing PDF tabular data using Apache PDFBox and OpenCV
Stars: ✭ 50 (-10.71%)
Mutual labels:  opencv
Facer
Simple (🤞) face averaging (🙂) in Python (🐍)
Stars: ✭ 49 (-12.5%)
Mutual labels:  opencv
Facifier
An emotion and gender detector based on facial features, built with Python and OpenCV
Stars: ✭ 52 (-7.14%)
Mutual labels:  opencv
Seeds Revised
Implementation of the superpixel algorithm called SEEDS [1].
Stars: ✭ 48 (-14.29%)
Mutual labels:  opencv
Flask face detection
Face detection example in Python 3 based on OpenCV and Flask
Stars: ✭ 55 (-1.79%)
Mutual labels:  opencv
Table Tennis Computer Vision
Apply computer vision to table tennis for match / training analysis
Stars: ✭ 48 (-14.29%)
Mutual labels:  opencv
Nodecv
Node.js binding to OpenCV
Stars: ✭ 49 (-12.5%)
Mutual labels:  opencv
Ipconnect
P2P Chat and File Transfer Desktop Application
Stars: ✭ 53 (-5.36%)
Mutual labels:  qt5
Shadowsocks Qt5
A cross-platform shadowsocks GUI client
Stars: ✭ 7,893 (+13994.64%)
Mutual labels:  qt5
Candle2
GRBL control interface in Qt.
Stars: ✭ 50 (-10.71%)
Mutual labels:  qt5

图像处理的综合应用

  • 该程序主要进行图像处理的算法的相关实现
  • 其中包括图像的阈值分割算法
  • 对于视频场景的前景与背景的建模方法

Requirements

Run the Proj

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 !

程序运行展示

  • 运行程序的主界面 程序的主界面

Reference

  1. 原博客地址
  2. OpenCV Tutorials
  3. Cascade Classifier
  4. 微软字符识别新研究:OCR提升自然场景下文字识别度
  5. Robust Text Detection in Natural Scene Images by Generalized Colorenhanced Contrasting Extremal Region and Neural Networks
  6. tesseract-ocr
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].