-
通过Kinect v2.0+ VS2012+openCV2.4.9将彩色帧映射到深度空间
本人,在结合Kinect v2.0+ VS2012+openCV2.4.9,将彩色帧映射到深度空间,本想利用一些国内外的现有资料,怎奈只找到MapDepthrFrameToColorSpace,空间的转换,未找到现成的程序能够使用openCV2.4.9将Kinect v2.0里的彩色帧映射到深度空间里,故自己尝试着将MapColorFrameToDepthSpace在程序中实现,程序写出来,也能跑出来,映射也实现了,但还有点瑕疵。鉴于当前无相关标准结果参考,故上传于此,待同仁参考,期待改进。让我们一起来将Kinect v2.0+ VS2012+openCV2.4.9完美结合,将Kinect v2.0的所有功能完美呈现。
- 2023-06-10 09:30:03下载
- 积分:1
-
using camera with openGl
using camera with openGl
- 2022-01-22 14:53:58下载
- 积分:1
-
一个刽子手游戏(大学外号版)
A Hangman Game (College Nickname Edition)
- 2022-03-18 11:37:40下载
- 积分:1
-
在MFC中调用OpenGL库函数来实现二维图像的三维显示
在MFC中调用OpenGL库函数来实现二维图像的三维显示-OpenGL in MFC library function call to achieve the two-dimensional images of three-dimensional display
- 2022-03-01 12:07:51下载
- 积分:1
-
在vc++6.0环境下,调用opengl函数建立光照模型,实现旋转的立方体...
在vc++6.0环境下,调用opengl函数建立光照模型,实现旋转的立方体-in vc++ 6.0 environment, the establishment of function called opengl illumination model, the rotating cube
- 2022-01-25 19:17:44下载
- 积分:1
-
gltools头文件源码
该库函数在OpenGL绘制真实感三维图形时,是必须加载的。网上下载的基本不能用,我从一本教材中发现了该库函数,并将其打印出来分享。
- 2023-09-04 22:50:02下载
- 积分:1
-
OPENGL的学习源代码,很容易上手的
OPENGL的学习源代码,很容易上手的-OpenGL study the source code, it is easy to get started with the
- 2022-07-09 18:38:18下载
- 积分:1
-
OPENGL在vc++环境下的基本的图形背景建立的过程
OPENGL在vc++环境下的基本的图形背景建立的过程-OPENGL in vc++ Environment basic graphics background process of the establishment
- 2022-07-14 04:33:50下载
- 积分:1
-
use opengl development of a PDA graphics interface, transparent lid, with sound...
一个用opengl开发的PDA的图形界面,透明的盖子,附有音乐效果,一些的按键控制在文件夹中的readme.txt有说明,自己看吧.-use opengl development of a PDA graphics interface, transparent lid, with sound effects, some of the buttons control the folder with the readme.txt that ion battery.
- 2022-05-15 08:07:49下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1