DarshNaik / Hand-Detection-Finger-Counting

Detect Hand and count number of fingers using Convex Hull algorithm in OpenCV lib in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hand-Detection-Finger-Counting

Detect Hand and count number of fingers using Convex Hull algorithm in OpenCV lib in Python

To run the program on primary camera change line 4 to :

cap = cv2.VideoCapture(0)

run the code on command line :

python main.py

"project_ppt.pptx" shows how the program works

About

Detect Hand and count number of fingers using Convex Hull algorithm in OpenCV lib in Python


Languages

Language:Python 100.0%