Kinect_NITE_PointVi​ewer_matlab

Kinect, OpenNI wrapper, NITE PointViewer example, Hand Tracking, IR & Depth, matlab interface
1.3K Downloads
Updated 25 Apr 2011

View License

This zip-file provides a matlab interface for the NITE PointViewer example, with some c++ wrapper functions written for the Microfost Kinect, OpenNI and NITE library.

The work is based on Dirk-Jan Kroon's contribution(http://www.mathworks.com/matlabcentral/fileexchange/30242-kinect-matlab), description of modifications of related files are:

./Mex/
PointDrawer.h -- from NITE PointViewer example, functions to draw by glut are deleted.
mxNiCreateContext.cpp -- add session manager, flow control, point control, callbacks for session manager, code from NITE PointViewer example
mxNiDeleteContext.cpp -- unchange
mxNiDepth.cpp -- the index of pointer is updated
mxNiInfrared.cpp -- the index of pointer is updated
mxNiUpdateContext.cpp -- add update of session manager
mxNiHandPosition.cpp -- created, motivated by Dirk-Jan Kroon's work

the detail of the usage of each fucntion can be found in cooresponding .m file.

./Config/Sample-Tracking.xml
Since I use another camera which is similiar to Kinect except that it has no RGB sensor, there's no 'image' node in my xml file. you can modify it if you are interested, and make use of functions provided by Dirk-Jan Kroon.

./ExampleHand.m -- script for testing the PointViewer example.

The code is tested on:
Windows XP professional 32bit
matlab R2009a
compiler: Microsoft Visual C++ 2008 SP1
OpenNI 1.0.0.27
NITE 1.3.0.17
Sensor Driver 5.0.0.27

You need to firstly run compile_cpp_files.m to compile .cpp to mex files, check the OpenNI and NITE paths if there are errors.

when you successfully get all mex files, run ExampleHand.m to test.

-------------
Specifical thanks to Dirk-Jan Kroon for his code.
http://www.mathworks.com/matlabcentral/fileexchange/30242-kinect-matlab
-------------

ZHU HONGMIN (Herman)
contact: zhu.herman@gmail.com
University of Macau, Macau SAR, China

Cite As

HONGMIN ZHU (2024). Kinect_NITE_PointViewer_matlab (https://www.mathworks.com/matlabcentral/fileexchange/31195-kinect_nite_pointviewer_matlab), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: Kinect Matlab

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0