How can I get Infrared image from kinect in matlab?
2 次查看(过去 30 天)
显示 更早的评论
I wanna use Image acquisition toolbox to obtain an IR image from kinect. not depth image.
0 个评论
回答(3 个)
Jean Michel Franco
2014-7-9
you can do this, only on the windows version, not the xbox version.
0 个评论
Image Analyst
2014-7-12
There is a Kinect toolbox plus lots of stuff in the File Exchange. Did you do a search?
0 个评论
Anchit Dhar
2014-7-23
The IR image from the Kinect for Windows device can be acquired using the 'kinect' adaptor (IMAQ Toolbox).
The IR image is exposed as a format on the Color Device. Here is a code snippet to grab a color image from a Kinect device:
>> vid = videoinput('kinect',1,'Infrared_640x480');
You can use preview/getsnapshot on this object to get the IR image.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Acquisition Using Kinect for Windows Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!