Skip to content

Hand gesture detector using OpenCV in python. Detects object which falls in color range (skin color ) and can process a mouse click when the centroid of the object moves above a specified point. Program takes input from webcam. It can be used to play gesture controlled games which use a click or a space bar hit.

Notifications You must be signed in to change notification settings

vedantd/gesture-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

gesture-detection

Hand gesture detector using OpenCV in python. Detects object which falls in color range (skin color ) and can process a mouse click when the centroid of the object moves above a specified point. Program takes input from webcam. It can be used to play gesture controlled games which use a click or a space bar hit.

Dependencies

1.OpenCv 2 2.Annaconda 3.numpy library (for Opencv) 4.scipy library (for Opencv)

About

Hand gesture detector using OpenCV in python. Detects object which falls in color range (skin color ) and can process a mouse click when the centroid of the object moves above a specified point. Program takes input from webcam. It can be used to play gesture controlled games which use a click or a space bar hit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages