搜索资源列表
kinect用于人体跟踪
- 微软的体感设备kinect的用于人体跟踪的程序,基于OpenNI的实现。
Kinect用于空间三维重建
- 微软体感设备Kinect应用于空间的三维重建,基于OpenNI的实现,非常好用。
使用openni录制kinect视频、深度图像数据
- 使用openni录制kinect视频、深度图像数据,并绘制跟踪到的骨骼 包含完整工程文件,可以直接编译使用-using openni to record color and depth images from kinect,and display the skeleton image of the tracked user
基于kinect,openni的ppt控制程序
- 基于kinect,openni的ppt控制程序,用户站在摄像头前,利用骨骼系统定义用户行为。当拍手是最大化ppt,双手前伸启动关闭,左手左伸为左翻页,反之右翻页,动作识别准确率高。-Based kinect, openni the ppt control program, the user stands before the camera, the use of skeletal system-defined user behavior. When the clapping is to maxi
OpenNI-SampleAppSinbad-e56963c 基于openNI的kinec开发示例
- 基于openNI的kinec开发示例,对于想了解微软kinec体感传感器的开发和利用有恨大帮助-kinec based tool kit used openNI which is especially useful for kinect application
054112OpenNI
- kinect 破解必备,OpenNI国外牛人的破解程序,十分好用,-kinect crack essential, OpenNI foreign cattle hack program, very easy to use,
kinect-mouse-src
- 基于openni SDk 实现的kinect模拟鼠标-mouse simulation with openni kinect sdk
depth
- openNI的一个深度视图,可以喝kinect连接产生深度视图-openNI a depth of view, you can have deep connections to drink kinect view
OpenNImanualv0.5
- openni 是一个多语言 跨平台的框架,它定义了编写应用程序,并利用其 自然交互的API,可用其进行kinect开发,-openni is a multi-language cross-platform framework that defines a written application and use of their natural interaction of the API, can be kinect its development,
HeadDetector
- Detect skeleton point from kinect based on OpenNI and OpenCV-Detect skeleton point from kinect based on OpenNI and OpenCV. Simple sample for you to get started using kinect
kinect-human-skeleton
- 从网上下载的Kinect开发教程五:OpenNI获取人体骨架.内有博客网址-Kinect development course five: OpenNI for human skeleton
OpenNI-User-Guide
- 现在微软Kinect已经有官方版本的SDK,这个是非官方的SDK。OpenNI+kinect的编程文档,中英文对照,非常实用。-Microsoft Kinect now has the official version of the SDK, this is the unofficial SDK. OpenNI+kinect of programming document, in English, very practical.
GetSkeleton-using-OpenNI(Qt)
- MS的kinec SDK和OpenNI都提供了人体骨骼跟踪的算法,人体骨骼跟踪算法在kinect人体行为识别中非常重要,该识别过程通常被用来作为行为识别的第一步,比如说,通过定位人体中的骨骼支架,可以提取出人手的部位,从而可以把手的部分单独拿出来分析,这样就达到了手势的定位,而后面的手势识别则可以在刚刚定位出的领域进行处理。总而言之,一套有效的人体骨架追踪算法在kinect的一系列应用中非常有用,不过MS SDK和OpenNI虽然都提供了该算法类的直调用,但是其源码并没有开放,毕竟这是人家最核心
kinect-motor
- 本程序基于OpenNI对Kinect相机的马达进行控制,使其能够上下旋转至确定角度。-This procedure is based on OpenNI Kinect camera motor control, so that it can be vertically rotated to determine the angle.
openni-kinect-handdetect
- openni kinect handdetect-openni kinect handdetect
Kinect
- 微软体感设备kinect的一些编程资料,包括OpenNI和NITE-some programming resources for kinect
openni-color-depth-combine
- 关于openni2编程的源码,opennni2与openni相比变化较大,个人也刚学习,从各种途径也没找到太多例程,先分享下自己找的的入门源码。 程序实现了从kinect获取数据流并将深度图像及彩色图像融合显示,非3d效果,但是具有一定了参考价值。 没有附加自己的配置sln文档,因为我不是默认安装,所以请自己配置,然后将cpp源码添加替换即可,不明白可以联系qq1050654578.-About openni2 programming the source, opennni2 openn
openni-color-depth-show
- 关于openni2编程的源码,opennni2与openni相比变化较大,个人也刚学习,从各种途径也没找到太多例程,先分享下自己找的的入门源码。 程序实现了从kinect获取数据并分别显示深度图像、彩色图像的功能。-About openni2 programming the source, opennni2 openni compared, individuals also just learning from a variety of sources, did not find much
openni-color-depth-data
- 程序实现了获取kinect的数据流,由于是分别显示的,所以你可以很清楚的了解openni2函数具体的功能,而且也可以自己处理相应数据。 没有附加自己的配置sln文档,因为我不是默认安装,所以请自己配置,然后将cpp源码添加替换即可,不明白可以联系qq1050654578.-The implementation of obtain the kinect the data stream, and the show, so you can clearly understand the specif
virtools环境下使用kinect的插件
- 用C++语言借助Openni开发了基于Kinect的插件,通过该插件在virtools环境中读取Kinect数据,进行手势识别和跟踪。