Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cuongvnz/finger-counting

reference: https://github.com/DarshNaik/Hand-Detection-Finger-Counting
https://github.com/cuongvnz/finger-counting

Last synced: 1 day ago
JSON representation

reference: https://github.com/DarshNaik/Hand-Detection-Finger-Counting

Awesome Lists containing this project

README

        

# 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 :
```python
cap = cv2.VideoCapture(0)
```

run the code on command line :
```command line
python main.py
```

_"project_ppt.pptx" shows how the program works_