Skip to content

joyyueyi/CVGesture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-hand Gesture Recognization Base on OpenCV

CVGesture is a project that is maintained by OPEN AI LAB, it uses OpenCV to recognize mult-hand geture.

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

Haar Feature Traing

Installation

Install dependencies:

  • Install CMake: Skip this step if OpenCV3.3 has been installed
sudo apt-get install cmake
  • Install OpenCV3.3
wget https://github.com/opencv/opencv/archive/3.3.0.zip --no-check-certificate
unzip 3.30.zip
cd opencv-3.3.0
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local/ ..
make -j4
sudo make install
sudo ldconfig

CVGesture Compile

cd CVGesture
make

Camera live demo

1) cd CVGesture
2) make 
3) Plugin USB camera device
4) ./demo
5) Raise your right hand to make a **palm** or **fist** shape.

Release History

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

Multi-hand Gesture Recognization Base on OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 85.0%
  • Makefile 15.0%