摘要: RGB数据的获取与景深数据获取类似,不同的就是数据帧的数据格式是openni::RGB888Pixel类型的。直接通过代码来了解: 1 #include <conio.h> 2 #include <iostream> 3 using namespace std; 4 5 #include <OpenNI.h> 6 #pragma comment(lib, "openni2.lib") 7 8 #include <opencv/cv.h> 9 #include <opencv/highgui.h>10 #pragma 阅读全文
posted @ 2013-05-30 13:48 tszhao 阅读(733) 评论(0) 推荐(0) 编辑