OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.59k stars 1.15k forks source link

Skeleton tracking #556

Open josuerocha opened 6 years ago

josuerocha commented 6 years ago

Is there any algorithm available for skeletal tracking? I mean, like the one in KinectSDK, that uses random decision trees.

piedar commented 6 years ago

It's a difficult problem, and most solutions are proprietary. Microsoft's random decision tree method is fairly well documented, but requires mo-cap data and expensive animation software to generate the training data.

There are some open-source contenders, but none appear to use the state-of-the-art approach.

josuerocha commented 6 years ago

Thank you for the information.