手势检测(基于OpenCV)

时间:2014-11-22 08:06:45
【文件属性】:
文件名称:手势检测(基于OpenCV)
文件大小:3.28MB
文件格式:RAR
更新时间:2014-11-22 08:06:45
OpenCV 手势轮廓提取,包络提取 用opencv2.3.1做的静态手势检测。先滤波去噪-->转换到HSV空间-->根据皮肤在HSV空间的分布做出阈值判断,这里用到了inRange函数,然后进行一下形态学的操作,去除噪声干扰,是手的边界更加清晰平滑-->得到的2值图像后用findContours找出手的轮廓,去除伪轮廓后,再用convexHull函数得到凸包络。
【文件预览】:
handDiscreteTest
----handDiscreteTest()
--------handDiscreteTest.vcproj(4KB)
--------handDiscreteTest.vcproj.HP98402794308.Administrator.user(1KB)
--------discrete.cpp(4KB)
--------Debug()
--------控制台版本main.cpp(24KB)
----handDiscreteTest.suo(17KB)
----handDiscreteTest.ncb(13.67MB)
----handDiscreteTest.sln(914B)
----Debug()
--------handDiscreteTest.exe(113KB)
--------hand.jpg(52KB)
--------handDiscreteTest.ilk(667KB)
--------handDiscreteTest.pdb(1.13MB)

网友评论