Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 646 Bytes

File metadata and controls

23 lines (15 loc) · 646 Bytes

Hand Tracking

To run:

python3 hand_tracking.py

hand_tracking_module.py : As the name suggests, contains the code in modular form

The class Hands provided by the MediaPipe, provides access to the 21 hand landmarks. Using OpenCV and these landmarks we identify them on an image or video. This project has many applications like:

  • Hand Gesture Control
  • Understanding Sign Language
  • AR & VR, Gaming

This image shows the 21 distinct hand landmarks:

To read more about this go here.