Skip to content

adilsofficial/HandGesture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Gesture Recognition

This python project can be used for hand gestures recognition by using cv2.matchTemplate(), and convex three hand signs that is "Victory", "Like", and "Respect" using opencv library used for computer vision processes.

Built using OpenCV – 2.4.13.6 on Python 3.7.2 Works on OpenCV 3.7.x and Python 2.x

How to run the code

To run this project first install cv2 library in your project and set python 3.7 for the project in your IDE interpreter.

  1. Open the project in your IDE (I've been developed this program in PyCharm)
  2. Run the main class (HandGestureRecognition.py)

Demo

Victory Gesture Recognition