Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kinect Skeletal Tracking algorithm - basis

I'm searching information how skeletal tracking algorithm is working on Microsoft Kinect. I need theoretical basis, not examples how to implement skeleton tracking using some SDK. Does anyone has information about it. Does it similar for all SDK's (Microsoft SDK, OpenNI, OpenKinect) or it depends on them. I will be very grateful for any informations.

like image 535
jacbar Avatar asked Dec 08 '13 13:12

jacbar


People also ask

What does the Kinect skeleton tracking algorithm do?

How does it work? Put simply, skeleton tracking uses sensors, frequently cameras or depth cameras, to track the motion of a human being. Similar to the motion capture you may have seen used in Hollywood special effects, but without the need for a special suit or markers on the person.


2 Answers

This pdf tries to explain the way kinect sensor works to recognize gestures and skeleton

http://pages.cs.wisc.edu/~ahmad/kinect.pdf

Hope it helps

like image 120
Vaibhav Avatar answered Nov 15 '22 08:11

Vaibhav


For the original paper, supplemental materials and any other details about skeletal tracking algorithm, you can visit this page on Microsoft Research.

For a quick "how it works" about the depth sensing technology of Kinect (idea and patent by PrimeSense), I suggest you to see two videos:

  1. How the Kinect Depth Sensor Works in 2 Minutes, which should help you to understand the principle of structured lights, on which the depth sensing technology is based
  2. How Microsoft Kinect works with Infrared (to see AFTER the previous video), in which you can see how the infrared pattern is actually projected in the scene by the depth sensor
like image 29
Vito Gentile Avatar answered Nov 15 '22 09:11

Vito Gentile