Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 346 Bytes

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