- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘 要
人机交互(Human-Computer Interaction)主要研究人、计算机以及彼此之间互相影响的有关技术。视觉语言(包括手势和面部表情)作为一种自然的人-人信息交互的辅助方式,具有所见即所得、自然方便等优点,因此在新一代“以人为中心”的智能人机交互中得到了广泛的关注。此次课题就是在这一方面做的一些尝试和探索,其中选择了基于手势的人机交互方式做研究,由于手势具有多样复杂性以及时空的差异性,因此,基于视觉的手势识别是一个极富挑战性的多学科交叉难题。
手势一般隐藏了一定的信息,我们需要对手势进行识别,得到其表达的含义,从而控制人机交互的实施。本文实现了一个利用视频手势提取进行人机交互的原型系统,大致可分为四个部分:视频采集和分离、图像预处理、手势提取和识别、人机交互。其中的关键部分是手势的提取和识别,手势提取需要采用图像处理的方法,而手势势识别采用的则是决策树的方法,通过对手势几何特征的分析和决策来判定手势类型。
采用以上方法对一段视频进行实时处理和分析,进而实现人机交互。其中主要的交互功能可以实现,实时性也较好,准确性也较高,不过该方法的鲁棒性不是很好,对光照强度较敏感。
关键词:人机交互,手势识别,图像处理,几何特征
Abstract
Human—Computer Interaction(HCI) is the technology of researching the interaction of human and computer, Visual language(gesture and face look) is a assistant human to human mutual method, it has the advantage of so called what you see is what you get, and the most important is that its a natural way. in view of these advantage, the researchers has put much focus on this aspect. the paper aims at doing some work on it. I select the item of HCI based on gesture recognition as my target. the gesture recognition is a challenging problem owe to the complexity and variety of gestures.
Generally speaking, The gestures contain some information in them, what we need to do is founding it. in this paper, it mainly involved the analyse of static gesture, and we must find the inherent clue, if we get it, then we can make use of it to control the HCI. in this paper ,the whole project can be separate into four parts: they are capturing and separating the video、image Preprocess、 acquiring and recognising the gesture 、the human computer interaction. the key part is acquiring and recognising the gesture. the gesture capture applys the theory of image processing, while gesture recognition applys the theory of decision-tree.
In the experiment, I acquired the video stream from a usb camera and processed it just as aboved approach. the final result is that it performed as we want. in a word, It’s a real-time system, the d
文档评论(0)