- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
唐 山 学 院
毕 业 设 计
设计(论文)题目: 静止图像人脸检测技术研究及其实现
信息工程系
信息工程系
电子信息工程系 别:_________________________
电子信息工程
胡彦雷专 业:_________________________
胡彦雷
岳姝姓 名:_________________________
岳姝
指 导 教 师:_________________________
岳姝辅 导 教 师:_________________________
岳姝
2013年 6 月 8 日
静止图像人脸检测技术研究及其实现
摘 要
本次设计的目的主要是完成背景比较复杂的情况下静止图像的人脸检测。
在查阅了大量资料的情况下,发现单独使用一种方法误检率比较高,而使用两种或两种以上方法则大大提高检测的效率。在对比了各种检测方法的优缺点后,本次论文使用AdaBoost算法对提取的Haar特征训练出分类器,并使用积分图的方法加快训练的速度,用训练好的级联强分类器对待检测图像进行初步检测。然后根据HSV肤色模型中H分量对光线变化的影响非常小的特性,提取H分量建立一个人脸皮肤彩色模型,即人脸皮肤色相的统计表,将人脸的颜色区域估计出来,再利用这个人脸皮肤彩色模型对人脸做进一步筛选、过滤,得到最后的结果。
大量实验结果表明,二者结合的方法能够较为快速准确实现人脸的检测及定位。和单一的一种方法相比较,大大降低了误检率,在实际使用中有一定的参考价值。
关键词: 人脸检测 Haar特征 Adaboost HSV
Face Detection Technology Research and Implementation of Static Image
Abstract
The purpose of this design is mainly to implement face detection of static image under complex situations.
On consulting a large amount of data, I found that the error detection rate is higher when only one method is used, while the efficiency of detection was greatly improved by using two or more methods. After comparing the advantages and disadvantages of various detection methods, this design used AdaBoost algorithm to train the classifier by using the Haar features, and the integral graph method is used to speed up the training, with strong trained cascade classifier to detect image in preliminary tests.According to this feature that the H component of HSV color model is slow to the change of light,to build a human face skin color model,namely the face skin color of the TAB,and then the color of the face area is estimated,which is used for further screening and filtering,to get the final result.
A lot of experiments show that the combination of the two methods can implement face detection quickly and accurately.It has referrece value in practical application.
Key words: Face detection; Haar classifier; Adaboost; HSV
目 录
TOC \o 1-3 \h \u 第一章 绪论 1
1.1 人脸检测的背景及意义 1
1.2 人脸检测研究的现状 1
1.3 人脸
文档评论(0)