Skip to content

rvasav26/hand-face-recognition

Repository files navigation

img1 img2 img3

Hand and Face Recognition Modules

Using the MediaPipe library, along with OpenCV and NumPy, I created several modules involving the computer vision detection of hand and face landmarks using a camera. One module involved the use of creating a hand landmark detection class, which identified 21 points on the hand. Other projects, such as the volume control by hand gestures or finger counting, used this module to perform linear algebra operations and calculate relationships between these landmarks to perform actions such as changing the volume on the computer or counting numbers. In another project, I used MediaPipe to extract 468 landmarks (points) on the human face and then create a face mesh that was superimposed on camera feedback.

Links

Video Demo for Finger Counting: https://www.youtube.com/watch?v=SCytboxzWVw

About

Hand and Face Computer Vision with MediaPipe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages