搜索资源列表
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
OpenNI-SampleAppSinbad-e56963c 基于openNI的kinec开发示例
- 基于openNI的kinec开发示例,对于想了解微软kinec体感传感器的开发和利用有恨大帮助-kinec based tool kit used openNI which is especially useful for kinect application
3dcloud
- 通过OpenCV与OpenNI获取3D点云集-opencv openni 3d point cloude
depth
- openNI的一个深度视图,可以喝kinect连接产生深度视图-openNI a depth of view, you can have deep connections to drink kinect view
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
OpenNI_UserGuide
- openNI用户手册,开发kinect必备-OpenNI_UserGuide,Development kinect essential
Kinect_NICV1
- 一个基于openNI读取kinect深度和彩色图像的例子,采用openCV进行显示,进行手势识别然后跟踪手。-An example reading the kinect depth and color images based on openNI , using openCV to display, do gesture recognition and hand tracking.
KinectBodyTracking
- 一个俄罗斯人写的使用kinect和OpenNI进行人体姿势识别的代码,可对坐姿进行识别-a project written by a Russian, using kinect and OpenNI for human posture recognition, can recognize the seated posture
openni
- 使用OpenNI取得深度和彩色影像,並取得人體骨架的資料-OpenNI usage
kinect_gesture
- 利用kinect+openni+nite,实现一个旋转的手势例子-circle detection with kinect
Kinect_CvPoint3D
- Kinect检测手臂中的2个三维坐标 可判断方向 先安装openNI驱动-Kinect detection arm in two three-dimensional coordinates Can determine the direction of Be installed openNI driven
GetSkeleton-using-OpenNI(Qt)
- MS的kinec SDK和OpenNI都提供了人体骨骼跟踪的算法,人体骨骼跟踪算法在kinect人体行为识别中非常重要,该识别过程通常被用来作为行为识别的第一步,比如说,通过定位人体中的骨骼支架,可以提取出人手的部位,从而可以把手的部分单独拿出来分析,这样就达到了手势的定位,而后面的手势识别则可以在刚刚定位出的领域进行处理。总而言之,一套有效的人体骨架追踪算法在kinect的一系列应用中非常有用,不过MS SDK和OpenNI虽然都提供了该算法类的直调用,但是其源码并没有开放,毕竟这是人家最核心
HandSegment_OpenNI_OpenCV
- 手势识别非常重要的一个特点是要体验要好,即需要以用户为核心。而手势的定位一般在手势识别过程的前面,在上一篇博文Kinect+OpenNI学习笔记之8(Robert Walter手部提取代码的分析) 中已经介绍过怎样获取手势区域,且取得了不错的效果,但是那个手势部位的提取有一个大的缺点,即需要人站立起来,当站立起来后才能够分隔出手。而手势在人之间的交流时,并不一定要处于站立状态,所以这不是一个好的HCI。因此本文介绍的手势部位的提取并不需要人处于站立状态,同样取得了不错的效果。-A charact
deep-and-image
- 本例是利用OpenNI和OpenCV完成.oni格式视频的采集,介绍了利用Kinect相机采集视频的方法。-This case OpenNI and OpenCV oni format video capture Kinect camera to capture video.
KZT2010
- 使用openNI和openCV对人体骨骼实现识别和标识-To use openNI and openCV to achieve the recognition and identification of the human skeleton
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
- 使用OpenNI取得深度和彩色影像,並取得人體骨架的資料-OpenNI usage
virtools环境下使用kinect的插件
- 用C++语言借助Openni开发了基于Kinect的插件,通过该插件在virtools环境中读取Kinect数据,进行手势识别和跟踪。