Skip to content

It implements detection and recognition to different hand gestures, based on OpenCV 3.3.0 (Open Source Computer Vision Library)

Notifications You must be signed in to change notification settings

hardik-rajpal/CVGesture

 
 

Repository files navigation

Multi-hand Gesture Recognization Base on OpenCV

GitHub license

CVGesture, developed by OPEN AI LAB, is an open source application that uses OpenCV (Open Source Computer Vision Library) to detect and recognize different hand gestures. As it does not use deep learning algorithms, it can achieve real-time detection (>=15 fps with A72x2 cores) and recognition while preserving high accuracy.

  • Cascade classifiers based on Haar feature are trained to recognize different gestures. The object detector has been initially proposed by Paul Viola and improved by Rainer Lienhart. Using Haar feature achieves higher recognition accuracy than using LBP feature.

  • Current version of CVGesture recognizes two different gestures: palm and fist. Palm means hand facing camera with five fingers open (in some countries this gesture stands for “five”). Fist means hand facing camera with five fingers clenched. The best distance between hand and camera is within 1m.

  • Multiple gestures can be recognized at the same time if there are several hands appearing in the camera. Theoretically there is no upper limit for detection and recognition of the amount of hands at the same time and more than one hand appearing in the camera will not slow down the recognition speed significantly.

The release version is 0.3.1, is based on Rockchip RK3399 Platform, target OS is Ubuntu 16.04. You can download the source code from OAID/CVGesture.

Documents

Haar Feature Training

Release History

Version 0.3.1 - 2018-02-01

Fix some bugs in version 0.3.0.

Version 0.3.0 - 2018-01-25

Add script to test accuracy of classifier.

Version 0.2.0 - 2017-12-25

Retrained Haar cascade classifier to increase the performance.

Version 0.1.0 - 2017-10-13

Initial version supports palm and fist recognization.

Issue Report

Encounter any issue, please report on issue report. Issue report should contain the following information:

  • The exact description of the steps that are needed to reproduce the issue
  • The exact description of what happens and what you think is wrong

About

It implements detection and recognition to different hand gestures, based on OpenCV 3.3.0 (Open Source Computer Vision Library)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.4%
  • Python 1.5%
  • Makefile 0.1%