- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
四川师范大学本科毕业设计
人脸检测与裁剪系统的设计与实现
学生姓名
院系名称
计算机科学学院
专业名称
软件工程
班 级
学 号
指导教师
完成时间
2016年 5 月 10 日
人脸检测与裁剪系统的设计与实现
内容摘要:本设计旨在开发一个从静态图像中检测人脸及对检测到的人脸图像进行归一化的软件系统,具体内容包括:
1.学习OpenCV库函数的调用和内在原理及相关编程环境,掌握使用该库的库函数和接口。在学习过程中了解人脸图像归一化的目和归一化的主要内容与方法。制定了本设计采用的归一化方案,编程实现归一化算法,实现一个基于OpenCV的人脸检测和图像归一化系统。
2.研究了人脸检测原理和算法,学习了OpenCV内部封装的人脸人眼检测的算法原理。自己编程实现了一种基于人类皮肤颜色特征的人脸检测算法并对人眼检测方法中的灰度投影法进行了学习和改进。实现了手动定位人眼在图像中的位置,然后根据双眼位置进行人脸图像旋转和裁剪的归一化方法。
3.本文首先概述人脸检测研究背景、人脸检测的必要性、现状及发展趋势。然后介绍了OpenCV人脸检测算法和肤色人脸检测算法的原理和数学模型。之后对本设计实现的人脸检测和裁剪系统的总体设计方案和详细设计方案进行了论述。最后利用KNN最近邻分类器,对归一化前后的人脸图像进行了人脸识别实验。实验结果显示,利用本系统可以有效地进行人脸检测和归一化,归一化步骤可以提高人脸识别率。
关键词:OpenCV人脸检测 肤色 人眼检测 人脸归一化
The design and implementation of face detection and cutting system
Abstract: This paper aims at develop a face detection and a normalization system.
Learning The OpenCV (an open computer vision library) and the programming environment,mastering the library’s functions and interface. Get the purpose of normalizing and learn some important method and algorithm.A scheme about the implement on this system should be made.Then implement the detection system base on OpenCV library,and finish a normalization algorithm by myself.
I learn some internal encapsulation based on OpenCV by researching same face detection algorithm of OpenCV.During the study I earned the important of face Detection.So I plan to implement one detection algorithm base on skin color and improve the human eye Location method named
gray-level projection method.The manual positioning of the human eye position was completed, and then rotating and cutting according to the binocular location.
First of all I will give a brief describe the history ,present situation and the trend of face detection in the future In the paper .Then the principle and mathematical model of two kinds of face detection algorithms based on OpenCV and skin color must be explained.After that this paper talk about the overall design of the system design and detail design of this system.Finally,use the n
文档评论(0)