
Kinect
文章平均质量分 77
沧浪之水清兮
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
骨络数据
#include #include //windows的头文件,必须要,不然NuiApi.h用不了 #include //Kinect for windows 的头文件 #include "NuiApi.h" /* #include #include "NuiSensor.h" #include "NuiSkeleton.h" #include #include */ using转载 2017-07-15 19:39:51 · 420 阅读 · 0 评论 -
深度颜色1
// depth_color.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include using namespace std; using namespace cv; static f转载 2017-07-15 19:41:15 · 285 阅读 · 0 评论 -
深度颜色2
// depth_color.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include using namespace std; using namespace cv; static f转载 2017-07-15 19:42:18 · 292 阅读 · 0 评论 -
深度颜色3
#include #include #include #include "NuiApi.h" #include using namespace std; using namespace cv; static float Depth_value; static float Show_value; const int MAX_DISTANCE = 4000; const int MI转载 2017-07-15 19:43:01 · 302 阅读 · 0 评论