- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘要
随着社会的发展,信息化程度的不断提高,各个方面对快速有效的自动身份验证的要求日益迫切。人脸相比其它人体生物特征它具有直接、友好、方便的特点,由此人脸自动识别成为身份验证的研究热点。本文提出一种基于肤色的人脸检测定位算法,设计了基于肤色的人脸检测和定位系统。采用了增强人脸特征与脸部皮肤之间对比度的方法以及二值化方法,改进了预处理的效果。使用了基于边界方法和基于区域方法相结合的算法,提取了眼睛、嘴和鼻子等关键特征,最终较好地实现了人脸定位。在 Microsoft Windows XP平台上,利用 Visual c++6.0开发了软件+实验结果表明,该软件对于一定尺寸范围内清晰的正面人脸图像能够正确检测定位并提取特征。
关键词: 图像分割 人脸定位 肤色 人脸检测 特征提取
Abstract
With the development of society and the degree of society information improving rapidly, in all aspects the demand for effective automatic identity verfication is increasingly urgent. Comparing with other the human biological face characteristics it has direct, friendly and convenient characteristics, therefore automatic human face recognition becomes the research focus of the identity verification. In this paper., the authors have presented an algorithm and designed a system for face detection and 1ocation based on complexion.By strengthening the contrast between face features and facial complexion and by adopting binary image processing method,the system has improved the preprocessing effect; and by using boundary-based algorithm plus region-based algorithm, the system has realized face location through the extraction Of the features 0f eyes,nose and mouth using.Taking advantages of Visual C+ + 6.0,the authors have also developed corresponding software based on Microsoft Windows XP.Experiment results prove that the system is valid in detecting,locating and extracting frontal-view face features in a certain range.
Key words:image segmentationface location complexion face detection feature extraction
目录
第一章 绪论 1
1.1课题研究的目的、意义 1
1.2国内外研究现状 1
1.3拟采取的研究路线 3
1.4 工具及主要任务 3
第二章 图像的底层处理 5
2.1图像的预处理 5
2.1.1图像的增强 5
2.1.2图像的滤波 6
2.2图像的二值化 7
2.2.1 二值图像 7
2.2.2阈值的选择 8
第三章 系统设计 9
3.1人脸检测问题的分类与人脸模式分析 9
3.2人脸模式的特征提取 10
3.2.1肤色特征 11
3.2.2 灰度特征 11
3.3基于肤色的人脸检测算法 12
3.3.1色彩空间与色彩空间的聚类 12
3.3.2肤色模型 13
3.3.3人脸区域分割算法 15
3.3.4肤色模型在人脸检测的后期验证中的应用 20
3.4人脸特征的检测 21
3.4.1嘴巴的特征提取 21
3.4.1.1嘴唇的区域分割 21
3.4.1.2嘴角定位 23
第四章 人脸自动定位的实现(嘴巴的定位) 24
文档评论(0)