Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cuongvnz/finger-counting
- Owner: CuongVnZ
- Created: 2021-08-21T02:01:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T01:41:20.000Z (over 3 years ago)
- Last Synced: 2024-11-14T17:40:09.222Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# finger-counting
### Detect Hand and count number of fingers using Convex Hull algorithm in OpenCV lib in PythonTo 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_