09 September 2015 4 9K Report

I have seen several APIs that are able to provide some sort of "skeletal data stream" using a Kinect-like device, by extracting skeletal joint information from depth data in a transparent manner from a developer point of view.

Now I am looking for some library that implements a skeletal recognition algorithm (e.g. the one used in MS Kinect SDK, which should be based on "Real-Time Human Pose Recognition in Parts from a Single Depth Image" by Shotton et al. - see attached link) by taking an image file as input.

Does someone have suggestions on where I can find a library for doing this? I have no preferences on the programming language to be used.

Thanks in advance!

http://research.microsoft.com/apps/pubs/?id=145347

Similar questions and discussions