diff options
author | Joe Rayhawk <jrayhawk@freedesktop.org> | 2015-04-02 16:44:08 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@freedesktop.org> | 2015-04-02 16:44:08 -0700 |
commit | 7edc7781cd125d5f6e30cae1fc664f320d4b311a (patch) | |
tree | cf87ac1a4c0f0fa4e00bc3b71c4619b180073a21 | |
parent | 9ff8f5bc3c7c03f579ed6ac13df58343cdfde2ab (diff) |
moin2mdwn: convert page OpencvGestureDetection
-rw-r--r-- | OpencvGestureDetection.mdwn | 26 | ||||
-rw-r--r-- | OpencvGestureDetection.moin | 22 |
2 files changed, 26 insertions, 22 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]] diff --git a/OpencvGestureDetection.moin b/OpencvGestureDetection.moin deleted file mode 100644 index 3c846b2..0000000 --- a/OpencvGestureDetection.moin +++ /dev/null @@ -1,22 +0,0 @@ -= 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 + 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/
- * A handful of information is available in the following blog post: http://www.andol.info/hci/1661.htm
-
-
-'''Mentor: Sreerenj Balachandran - sree on IRC'''
-
-Back to [[TaskList]]
-
-----
-[[CategoryGSOC2009]] CategoryTasks
|