Complex Gesture Recognition using Kinect

Complex Gesture Recognition using Kinect

Like I said earlier, I was working on some complex gesture recognition system that can recognize numbers. The whole system was built with Embedded systems in mind, so its just c++ and no
Clean Background removal with blob detection

Clean Background removal with blob detection

Yes, am a little ahead in the background removal. I have now removed the background noise that escaped from my first layer background removal algorithm. I've added a second layer of
Blob Detection in Kinect

Blob Detection in Kinect

After background removal, I've now completed the blob detection algorithm. After reading a bunch of blob detection papers, I ended up with my own (modified version of http://geekblog.nl/entry/
Background Removal for Kinect Depth data

Background Removal for Kinect Depth data

I am wondering if am atleast 10% towards completion of the skeletonization code. However, here is the best background detection and removal, I could do. This code is not based on any standard

Skeleton detection code for Kinect

As I promised earlier, I am now working on a Skeleton detection code that can work independently on any device. It will mostly be on c and c++ so it can be ported