Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kendricktan/hnftracker
Repository that uses OpenCV to track, locate, and identify a user's fingers and hands
https://github.com/kendricktan/hnftracker
Last synced: 22 days ago
JSON representation
Repository that uses OpenCV to track, locate, and identify a user's fingers and hands
- Host: GitHub
- URL: https://github.com/kendricktan/hnftracker
- Owner: kendricktan
- License: gpl-2.0
- Created: 2015-12-02T23:56:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T02:56:06.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T11:32:49.310Z (7 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hnfTracker
A hand and finger tracking repository that ultilizes OpenCV to track the user's hands and fingers.
Dependencies:
python3.4
python3.4-numpy
OpenCV 3.0.0
v4l2 (to disable auto exposure on linux webcam)
# Getting-started
1. Make sure you have set up your environment correctly (if you haven't, take a look at http://www.pyimagesearch.com/2015/07/20/install-opencv-3-0-and-python-3-4-on-ubuntu/)
2. python start.py
3. Keys to note:
'q' to quit
'c' to capture mean values
'r' to reset## Todo
1. Find hand contours
2. Identify finger points
3. Support for multiple hands
...
n-1. Fix bugs
n. Implement in C++