How can I get Infrared image from kinect in matlab?

5 ビュー (過去 30 日間)
Laila Kazemi
Laila Kazemi 2013 年 6 月 26 日
回答済み: Anchit Dhar 2014 年 7 月 23 日
I wanna use Image acquisition toolbox to obtain an IR image from kinect. not depth image.

回答 (3 件)

Jean Michel Franco
Jean Michel Franco 2014 年 7 月 9 日
you can do this, only on the windows version, not the xbox version.

Image Analyst
Image Analyst 2014 年 7 月 12 日
There is a Kinect toolbox plus lots of stuff in the File Exchange. Did you do a search?

Anchit Dhar
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.
Here is a list of all the formats supported on the Kinect device: Kinect for Windows formats

Community Treasure Hunt

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

Start Hunting!

Translated by