手势识别方法综述(hand detect) 肤色(转)
摘要:
看了一天的论文,总结出手势识别的三种方法:1、通过肤色识别2、通过haar-like基3、通过HandUv说下各个优缺点1、通过肤色识别设定人的肤色的范围,监测在这个范围内的 肤色InRange,然后画出给定的区域。例子:#include "cv.h"#include "cxcore.h"#include "highgui.h"#include "math.h"#include #include #include #include #include #include using namespace std;int 阅读全文
posted @ 2012-07-24 11:29 xingma0910 阅读(1987) 评论(0) 推荐(0)