gestures

[unmaintained] PoC for motion gesture detection from webcam input
Log | Files | Refs | README | LICENSE

commit c6e6efba7232f936c27dbccdb4cffba791b11ba9
parent db8f3408d4294830b094d0c04cf8d1f0cbccfa3e
Author: Stefan Koch <taikano@lavabit.com>
Date:   Tue, 11 Jun 2013 11:17:40 +0200

add implementation info to readme

Diffstat:
MREADME.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -2,7 +2,11 @@ gestures ======== Gestures is a lightweight tool for tracking gestures with your webcam and -executing global commands (like volume up). +executing global commands (like volume up). It detects gestures +from a colored object you hold in your hand. + +It works by using OpenCV image processing library for object detection +and hidden Markov models for calculating the most probable gesture. Requirements