Visualising Kinect data using Matlab

kinect Apr 5, 2017

A while back I made a post about recording Kinect One Stream using C#. Since then I have had a lot of questions about how to visualise and process the data in Matlab.

I have now released the Matlab source code and you can find it here.

This source code has been extracted from my PhD, and is highly experimental and not thoroughly tested.

Kinect Matlab Viewer

The script has been designed to render the depth, RGB and skeleton data into a single display. I have added a dropdown menu with some basic graphs of the MoCap skeletal to allow for exploration.

You can download a sample data file here. You can then run the script by passing in the file location of the above. Take note of the folder structure.

If you have any questions or comments please do get in touch. I will then answer them here and in the git repo.

Tags