Skeltrack

The Free Software skeleton tracking library


Project maintained by joaquimrocha Hosted on GitHub Pages — Theme by mattgraham

Welcome to Skeltrack's GitHub Page

Skeltrack is a Free and Open Source Software library for tracking the human skeleton joints from depth images.

This means that Skeltrack is able to retrieve a list of skeleton joints containing information about what they are and where they are, in the 3D space.

It is implemented with GLib and uses plain mathematics to detect the human skeleton and although it does not use any database, it was inspired by Andreas Baak's paper: A Data-Driven Approach for Real-Time Full Body Pose Reconstruction from a Depth Camera

How to use it

Although it is device agnostic, a common way of using Skeltrack is to use it together with a Kinect device, for which we recommend the GFreenct library.

Checking out the examples/test-kinect example app is a good start in order to learn how to use Skeltrack.

Documentation

You can find the documentation for Skeltrack here.