[go: up one dir, main page]

Skip to content

souravan/gesture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gesture Recognition

An Application written in C++ for windows operating system capable of recognising gestures and executing the command associated with that gesture using OpenCV.

The video input is fed into the system using a webcam and then it is converted to HSV. We then use a bright coloured object ( such that it does not resembels to other colors in the surrounding ) and set up its threshold to track its movement . The path made by the object (gesture) is then matched with the set of predefined gestures and the associated keystroke is performed.

About

gesture recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages