Location:
Search - 手势跟踪
Search list
Description: 用于手势跟踪的c代码,可以用于智能人机交互、手语识别、理解等-gestures for tracking the c code, which can be used intelligent human-computer interaction, sign language recognition, understanding, etc.
Platform: |
Size: 435418 |
Author: 薛斌 |
Hits:
Description: 基于Camshift和Kalman滤波的仿人机器人手势跟踪-Camshift and based on Kalman Filtering Humanoid Robot Hand Tracking
Platform: |
Size: 1082100 |
Author: 王其军 |
Hits:
Description: 一种面向实时交互的变形手势跟踪方法
Platform: |
Size: 410220 |
Author: Mr.zhang |
Hits:
Description: 第1章OpenCV概述...................... 1
第2章 OpenCV入门..... 18
第3章 初探OpenCV..... 35
OpenCV的基本数据类型 35
CvMat矩阵结构................ 38
IplImage数据结构............. 48
矩阵和图像操作................ 54
第4章 细说HighGUI...... 106
一个可移植的图形工具包............................ 106
创建窗口.......................... 107
载入图像.......................... 108
显示图像.......................... 110
视频的处理...................... 120
第5章 图像处理.......... 128
第6章 图像变换.......... 165
梯度和Sobel导数........... 169
拉普拉斯变换.................. 172
Canny算子...................... 173
霍夫变换.......................... 175
重映射 183
拉伸、收缩、扭曲和旋转............................ 185
CartToPolar与PolarToCart........................... 196
LogPolar........................... 197
离散傅里叶变换(DFT)... 200
离散余弦变换(DCT)....... 205
积分图像.......................... 206
距离变换.......................... 208
直方图均衡化.................. 211
练习. .. 213
第7章 直方图与匹配... 216
第9章 图像局部与分割................. 293
局部与分割...................... 293
背景减除.......................... 294
第10章 跟踪与运动..... 350
第11章 摄像机模型与标定........... 406
第12章 投影与三维视觉............... 441
第13章 机器学习........ 499
第14章 OpenCV的未来............... 564
Platform: |
Size: 8513510 |
Author: afd_326 |
Hits:
Description: 基于肤色的手势跟踪,运行效果很好!!!
Platform: |
Size: 1425080 |
Author: vcimage |
Hits:
Description: 用于手势跟踪的c代码,可以用于智能人机交互、手语识别、理解等-gestures for tracking the c code, which can be used intelligent human-computer interaction, sign language recognition, understanding, etc.
Platform: |
Size: 435200 |
Author: 薛斌 |
Hits:
Description: 基于Camshift和Kalman滤波的仿人机器人手势跟踪-Camshift and based on Kalman Filtering Humanoid Robot Hand Tracking
Platform: |
Size: 1081344 |
Author: 王其军 |
Hits:
Description: 结合摄像头使用,用于手部位置跟踪,精准度非常高,另可以识别六种手势。其手位跟踪模块可作为手势识别软件的一个组成部分,内含非常详细的说明文档。编译该代码,需要 OpenCV 0.97 或更高版本的支持。在Windows下的编译顺序为cubicles工程、handvu工程,之后根据视频数据来源要求编译其他代码。建议使用 Visual Studio 2003 ,如果需要编译 DirectX 相关模块,则请安装 DirectX SDK 9.0 或更高版本。-Combination of camera to use for hand position tracking, accuracy is very high, and the other six kinds of gestures can be identified. Digital tracking of their hand gesture recognition module can be used as an integral part of software, including a very detailed documentation. Compile the code, the need for OpenCV 0.97 or later support. Compiler in Windows under the order of cubicles works, handvu works, after the source of video data in accordance with the requirements of other code compiler. Recommend the use of Visual Studio 2003, if you need to compile the relevant modules DirectX, install DirectX SDK 9.0 or later.
Platform: |
Size: 1243136 |
Author: 郭策 |
Hits:
Description: 一种面向实时交互的变形手势跟踪方法 -A real-time interaction for the deformation gesture tracking method
Platform: |
Size: 409600 |
Author: Mr.zhang |
Hits:
Description: 该文件可实现对手势二值图的轮廓跟踪,并且提取手势轮廓图的傅立叶描述子提取-The document can be realized on the sign binary image of contour tracking and contour extraction gestures Fourier descriptors extraction
Platform: |
Size: 4151296 |
Author: yongpenghan |
Hits:
Description: 单摄像头条件下,提出一种新颖的变形手
势实时跟踪方法.-Single-camera conditions, proposed a novel method of real-time tracking of deformation gestures.
Platform: |
Size: 784384 |
Author: pzy |
Hits:
Description: 粒子滤波的训练部分.理论部分参考michael isard的博士论文<Visual Motion Analysis by Probabilistic Propagation of Conditional Density>learn a dynamical matrix部分.训练集合和采集需要的图片都包含了(原用于手势跟踪,故图片均为手势图片).采集代码使用另外一个代码image_demo(已上传)-Particle filter part of the training. Michael isard theory some reference to the doctoral dissertation <Visual Motion Analysis by Probabilistic Propagation of Conditional Density> some learn a dynamical matrix. the training needs of the collection and gathering images are included (the original track for the gesture, so pictures are hand picture). collection code to use a different code image_demo (already uploaded)
Platform: |
Size: 32040960 |
Author: Rongbin |
Hits:
Description: 这是一个在屏幕上跟踪鼠标手势的实现代码,Delphi/C++ Builder 2010开始支持手势,可以方便的设置相关的属性和方法,但是却未提供对终端用户可视化的组件或方法,这个东西就是试图弥补这一问题的一个简单的解决方法。要使用手势跟踪,只需要简单的将gesturetracker.pas加入你的Delphi/C++ Builder项目即可。你可以通过全局变量GlobalGestureTracker来调整相关参数。-This is a mouse gestures on the screen to track the realization of the code, Delphi/C++ Builder 2010 began supporting gestures, you can easily set the associated properties and methods, but failed to provide end-user visualization components or methods, this thing is an attempt to remedy this problem a simple solution. To use the gesture tracking, will be gesturetracker.pas simply adding to your Delphi/C++ Builder project can be. GlobalGestureTracker global variable you can adjust the relevant parameters.
Platform: |
Size: 21504 |
Author: HS |
Hits:
Description: camshift算法,用于手势跟踪和手势识别-camshift hand tracking
Platform: |
Size: 6144 |
Author: yinghuyu |
Hits:
Description: 卡尔曼滤波的程序,可用于手势跟踪中对下一帧手势的位置的预测-kalman filter
Platform: |
Size: 4096 |
Author: yinghuyu |
Hits:
Description: ICA特征提取并识别,视频二值化源程序,视频各帧处理源程序,视频跟踪源程序,一个硕士毕设视频手势跟踪识别程序,写在word里-hexinchengxu
Platform: |
Size: 18432 |
Author: dasda |
Hits:
Description: 一个摄像头捕捉程序,可以运用到视频中手势识别跟踪,硕士毕设程序的视频捕捉部分-video catch
Platform: |
Size: 1966080 |
Author: dasda |
Hits:
Description: 通过单目摄像头实现手势跟踪并且可以识别四种手势实现智能控制,需要OPENCV0.97以上版本。-Achieved by single camera head and hand tracking can identify four gesture intelligent control, you need to OPENCV0.97 above.
Platform: |
Size: 1403904 |
Author: 谢彧 |
Hits:
Description: 基于肤色的手势跟踪,运行效果很好,实时跟踪目标-Based on the track, the effect run well, the real trace target
Platform: |
Size: 1415168 |
Author: nxp鹏 |
Hits:
Description: 1、基于深度摄像机的手势跟踪、手势识别、轮廓识别、运动目标坐标输出代码
2、基于Primesense公司深度图
3、技术涉及复杂图形学算法,感兴趣的朋友,希望你们能发展中国自己的识别技术发展。
4、能够运行于Window,Linux,Android系统,全球第一个能够运用Android系统深度摄像的手势跟踪实现代码。
5、有部分OpenCV函数被简化。
6、代码的思路和细节已经有发明专利保护,拒绝完全抄袭,希望在此基础上大家创新-1, the depth of the camera based gesture tracking, gesture recognition, contour detection, moving target coordinates of the output code
2, the company based on the depth chart Primesense
3, the technique involves complex graphics algorithms, and interested friends, I hope you can identify the development of China s own technology.
4, able to run on Window, Linux, Android system, the world s first camera to use Android depth of the hand tracking system implementation code.
5, some OpenCV function is simplified.
6, code ideas and details have patent protection, refused to completely copy the hope that on this basis, we Innovation
Platform: |
Size: 539648 |
Author: 刘纹高 |
Hits: