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)