Intland's free requirements, development and test management hosting.
This server hosts 100.000+ users on the cloud!
Tags: 

Matlab下的Kinect接口

Matlab Image Acquisition Toolbox Adaptor for the XBox Kinect data stream. Matlab Kinect Adaptor

Matlab2007b肯定不行!

执行文件下载后只有一个DLL。

MatKinect.DLL
本站下载
matkinect.dll
 
 

运行代码:

# Open Matlab 2010b with the Image Acquisition toolbox
# At the command line, type:
    >> imaqregister('full_path_to_matkinect.dll');
    >> imaqreset
    >> imaqhwinfo('matkinect'); %should list the number of installed kinects
    >> vi = videoinput('matkinect',0);
    >> preview(vi)

效果:

  • 大家对DLL在matlab下的使用请发表意见!

源代码
本站下载
matKinect_source.zip