Sunday, November 21, 2010

Kinect sample extended....now using SURF library.


Stay tuned ...

Kinect and Movement recognition in C#

Inspired from what's going on around Kinect the last few days on the web I wanted to have my own Kinect C# sample application, which recognizes movement.

Sitting back for a second, I was thinking about what's necessary to make Kinect recognize my moves:

  1. The Kinect Windows driver: here.
  2. A library which does some recognition on images: here.

Have a look at the outcome so far below:




Stay tuned as Kinect looks very promising and has unlimited potential!

CSharpCodeFormatter