summaryrefslogtreecommitdiff
path: root/OpencvGestureDetection.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:44:08 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:44:08 -0700
commit7edc7781cd125d5f6e30cae1fc664f320d4b311a (patch)
treecf87ac1a4c0f0fa4e00bc3b71c4619b180073a21 /OpencvGestureDetection.mdwn
parent9ff8f5bc3c7c03f579ed6ac13df58343cdfde2ab (diff)
moin2mdwn: convert page OpencvGestureDetection
Diffstat (limited to 'OpencvGestureDetection.mdwn')
-rw-r--r--OpencvGestureDetection.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/OpencvGestureDetection.mdwn b/OpencvGestureDetection.mdwn
new file mode 100644
index 0000000..09b3419
--- /dev/null
+++ b/OpencvGestureDetection.mdwn
@@ -0,0 +1,26 @@
+
+
+# OpenCV Plugin for gesture detection
+
+
+## Background
+
+The idea of the project is to add a plugin to gst-plugins-bad/ext/opencv for gesture(eg:hand) detection.
+
+* implement the [[GestureDetection|GestureDetection]] + [[GestureTracking|GestureTracking]] plugin
+* synthesize navigation-events (use case: control media player using gestures)
+* sub task: Port all the gst-opencv plugins(facedetect, textoverlay etc..) to 0.11/1.0
+
+## Resources
+
+* [[http://opencv.willowgarage.com/wiki/|http://opencv.willowgarage.com/wiki/]]
+* A handful of information is available in the following blog post: [[http://www.andol.info/hci/1661.htm|http://www.andol.info/hci/1661.htm]]
+**Mentor: Sreerenj Balachandran - sree on IRC**
+
+Back to [[TaskList|TaskList]]
+
+
+
+---
+
+ [[CategoryGSOC2009|CategoryGSOC2009]] [[CategoryTasks|CategoryTasks]]