https://github.com/heppu/hand-recognition
Python script to recognize human hand in video feed.
https://github.com/heppu/hand-recognition
computer-vision drone hand-recognition python
Last synced: about 1 year ago
JSON representation
Python script to recognize human hand in video feed.
- Host: GitHub
- URL: https://github.com/heppu/hand-recognition
- Owner: heppu
- Created: 2014-11-18T12:38:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T13:29:24.000Z (almost 11 years ago)
- Last Synced: 2024-08-09T00:32:22.729Z (almost 2 years ago)
- Topics: computer-vision, drone, hand-recognition, python
- Language: Python
- Homepage:
- Size: 258 KB
- Stars: 12
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hand-recognition
================
Hand recognition is a python script that detects hand from image and calculates its coordinates and area.
To use script you need to install [SimpleCV](https://github.com/sightmachine/simplecv).
Use case
--------
This script was made to read images from AR.Drone 2.0 and send values to control it movements by your hand.
Settings
--------
**WEBCAM=True**
If WEBCAM is set to True script will read images from webcam stream.
**URL=""**
If WEBCAM is set to False and URL is defined script will get images from url.
**WATCH=True**
If WATCH is set to True you will see image and blue circle around hand if one is found.