当前位置:
首页 资源下载
搜索资源 - opencv hand recognition
搜索资源列表
-
0下载:
自己用opencv写的手势识别的软件。界面简单点,用动态前景分割肤色模型和直方图反演分割手部区域,然后用模式识别方法搞定识别问题。绝对原创,以后可能再也不搞这方面了,传上来跟大家分享-Own use opencv gesture recognition software to write. Interface simply, skin color model with dynamic foreground segmentation and histogram segmentation of ha
-
-
1下载:
手势识别,使用OpenCV的haar 分类器。训练因为对各个环境不同,请大家自己下载或者自己训练样本。-Hand Recognition and Tracking using OpenCV. It uses Haar Classifier. Because Haar features are different, I did not include the .xml file, please download it online or train it yourself.
-
-
0下载:
xml for opencv, recognition of hand
-
-
0下载:
基于openCV的手势检测与识别代码,其中使用了基于颜色的分割算法,如果结合运动检测和减背景方法,算法将会更加稳健。-Hand gesture detection and recognition using openCV and the color based segmentation method. If, combinned with motion detection and background substraction, it supposes to be robuster.
-
-
1下载:
1、基于深度摄像机的手势跟踪、手势识别、轮廓识别、运动目标坐标输出代码
2、基于Primesense公司深度图
3、技术涉及复杂图形学算法,感兴趣的朋友,希望你们能发展中国自己的识别技术发展。
4、能够运行于Window,Linux,Android系统,全球第一个能够运用Android系统深度摄像的手势跟踪实现代码。
5、有部分OpenCV函数被简化。
6、代码的思路和细节已经有发明专利保护,拒绝完全抄袭,希望在此基础上大家创新-1, the depth of the cam
-
-
0下载:
Hand Detection and Fingers Recognition using OpenCV.
-
-
0下载:
识别手形,基于颜色信息。运行时需要配好opencv的环境-Recognition hand, based on color information. Need to run with a good environment for opencv
-
-
0下载:
For the recognition of hand gestures, OpenCV and HandVu libraries are used to provide the functions
of hand tracking and recognition. When a hand gesture is recognized, the result is sent to the DDR
game through a network socket. Then, the DDR ga
-
-
0下载:
一个基于肤色模型的手势检验,手势识别程序,效果不错,基于opencv。-A sign test based on skin color model, gesture recognition process, good results, for opencv
-
-
0下载:
another xml for hand recognition useing opencv
-
-
0下载:
hand recognition using opencv
-
-
0下载:
opencv,基于视觉手势识别,源码以及完整论文文档-opencv, vision-based gesture recognition, source code and complete documentation papers
-
-
2下载:
基于openCV的手势识别,用肤色的有效提取, 再经过阈值化, 和形态学变换, 得到手的轮廓, 最后采用轮廓匹配的方法, 得到识别结果-OpenCV based gesture recognition, effective use of color extraction, and then after a threshold, and morphological transformation, contours of the hand, the final contour matching me
-
-
0下载:
手势识别的源代码,利用VC++编程实现的,基于opencv的,识别结果准确度很高-hand recognition
-
-
0下载:
手势识别的源代码,利用VC++编程实现的,基于opencv的,识别结果准确度很高-hand recognition
-
-
0下载:
Handvu opencv hand recognition source code
-
-
0下载:
基于opencv2.4.8和VS2012的工程项目,可以实现手势跟踪和识别,里面含有opencv的配置文件,只需根据自己opencv的路径,做些修改即可实现,在本人计算机上可以完美实现!-Based opencv2.4.8 and VS2012 projects can achieve tracking and gesture recognition, which contains configuration files opencv, simply based on their own pat
-
-
0下载:
实现手势识别,在Windows和Linux下均可,利用了opencv-Implement gesture recognition, under Windows and Linux can use the opencv
-
-
0下载:
手势识别,基于python+opencv-Gesture Recognition
-
-
0下载:
首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。
将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
-