GStreamer
open source multimedia framework
Home
Features
News
Annual Conference
Planet (Blogs)
Download
Applications
Developers
Documentation
Mailing Lists
File a Bug
Bug Lists
Artwork
Follow @gstreamer on Twitter

GStreamer Google Summer of Code: OpenCV Gesture Detection

Improve the OpenCV based plugin for hand gesture detection, and add more OpenCV related plugins.

Interested Mentors:

  • Thiago Santos
  • Nicolas Dufresne
  • Luis de Bethencourt

Required Skills:

  • GStreamer Plugin API
  • Digital Video Theory
  • OpenCV

Notes

Overall improvements need to be done in the OpenCV element. In general we want to use OpenCV to scale down the input for processing, so we can run these on higher resolution.

OpenCV has a fast scaler (that isn't color correct, but good enough to do the processing when you process images, you convert them into monochrome, a extra step would be to scale down before sending to the image processor

Student Notes:

Related links:


Report a problem on this page.