Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 445 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 445 Bytes

OpenCV_hand_gesture_recognition

This is a hand gesture recognition between palm and thumb based on haar training using OpenCV.

preview

The training files are in /xml directoy, used to detect two gestures:

  • palm.xml
  • thumb.xml

There are two scripts in /tools directory:

  • change.py is used for changing pictures's sizes or gray levels.
  • write.py is used for creating label file which is needed during haar training.