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!