Skip to content

This project has working code example of hand detection and gesture understanding work done during my master thesis.

Notifications You must be signed in to change notification settings

AbhijitVyas/HandDetectionAndGestureUnderstanding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandDetectionAndGestureUnderstanding

This project has working code example of hand detection and gesture understanding work done during my master thesis.

Hand Position detection

The project works with Kinect camera and uses color and depth image segmentations techniques to identify both hand's center of palm position in 3D space and saves these points for later gesture detection part.

Gesture Understanding

Saved 3D points were used to identify basic gestures from 0 to 9 digits and shape identifications like square, rectangle, triangle or circle. However for final SVM classification, only 2D information was used in order to create feature vectors for each trajectories. Training data was recorded during the project work which is also part of the code! The prediction was measured by preconditions identified for each individual gesture and the classification/identification part was backed by SVM classifier.

Feature creation from 2D points to vector of codes

alt text

Getting started

prerequisite

  • OpenCV_2.x
  • OpenNI_2.x
  • KinectSDK_1.8

About

This project has working code example of hand detection and gesture understanding work done during my master thesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages