(完整版)基于matlab的人脸识别系统设计毕业设计

2021-09-24 20:10

单片机论文,毕业设计,毕业论文,单片机设计,硕士论文,研究生论文,单片机研究论文,单片机设计论文

毕业设计 [论文]

题目:基于MATLAB的人脸识别系统设计

学院:电气与信息工程学院

专业:自动化

姓名:张迎

单片机论文,毕业设计,毕业论文,单片机设计,硕士论文,研究生论文,单片机研究论文,单片机设计论文

指导老师:曹延生

完成时间:2013.05.28

单片机论文,毕业设计,毕业论文,单片机设计,硕士论文,研究生论文,单片机研究论文,单片机设计论文

摘要

人脸识别是模式识别和图像处理等学科的一个研究热点,它广泛应用在身份验证、刑侦破案、视频监视、机器人智能化和医学等领域,具有广阔的应用价值和商用价值。人脸特征作为一种生物特征,与其他生物特征相比,具有有好、直接、方便等特点,因此使用人脸特征进行身份识别更易于被用户所接受。

人脸识别技术在过去的几十年得到了很大的发展,但由于人脸的非刚性、表情多变等因素,使得人脸识别技术在实际应用中面临着巨大的困难。本文针对近年来国内外相关学术论文及研究报告进行学习和分析的基础上,利用图像处理的matlab实现人脸识别方法,这种实现简单且识别准确率高,但其缺点是计算量大,当要识别较多人员时,该方法难以胜任。

利用MATLAB实现了一个集多种预处理方法于一体的通用的人脸图像预处理仿真系统,将该系统作为图像预处理模块可嵌入在人脸识别系统中,并利用灰度图像的直方图比对来实现人脸图像的识别判定。

关键词:图像处理, Matlab, 人脸识别, 模式识别

单片机论文,毕业设计,毕业论文,单片机设计,硕士论文,研究生论文,单片机研究论文,单片机设计论文

单片机论文,毕业设计,毕业论文,单片机设计,硕士论文,研究生论文,单片机研究论文,单片机设计论文

ABSTRACT

Human face recognition focuses on pattern recognition ,image processi ng andother subjects.It is widely used in authentication,investigation,video surveillance,intelligent robots,medicine and other areas.Facerecognition ha s wide application and business value.Facial feature asabiological character istic,compared with others is direct,friendly andconvenient.Facial featuree mployed in authentication are user-friendly.

The technology of face recognition in the past few years obtained the v ery big development, but due to the face of nonrigid, expression and chang eablefactors, the face recognition technology in practical application are fa cing great difficulties. This paper aimed at home and abroad in recent year s the relevant papers and researchreports on study and on the basis of the a nalysis, some units within the data sensitivity places need to enter personne l to carry out limitation design and develop a set of identity verification ide ntification system, the system uses PCA face recognition method, therealiza tion is simple and the accuracy rate of recognition is high,but itsdrawback i s that a large amount of calculation, when to identify more staff,this metho d is difficult to do.

The realization of a set of various pretreatment methods in one of the generic face image preprocessing simulation system based on MATLAB, the system is used as the image preprocessing module can be embedded in a face recognition system, and using the histogram matching gray image to realize the recognition of human face images to determine.

单片机论文,毕业设计,毕业论文,单片机设计,硕士论文,研究生论文,单片机研究论文,单片机设计论文

Keywords: Imageprocessing , Matlab, Face recognition, Patternrecognition

单片机论文,毕业设计,毕业论文,单片机设计,硕士论文,研究生论文,单片机研究论文,单片机设计论文

目录

摘要 ................................................................................................................................................... I ABSTRACT....................................................................................................................................... III 1 绪论 . (1)

1.1 研究背景 (1)

1.2国内外研究现状 (2)

1.3 人脸图像识别的应用前景 (4)

1.4 本文研究的问题 (5)

1.5 识别系统构成 (5)

1.6 论文的内容及组织 (7)

2 图像处理的Matlab实现 (8)

2.1 Matlab简介 (8)

2.2 数字图像处理及过程 (8)

2.2.1图像处理的基本操作 (8)

2.2.2图像类型的转换 (8)

2.2.3图像增强 (9)

2.2.4边缘检测 (10)

2.3图像处理功能的Matlab实现实例 (10)

2.4 本章小结 (13)

3 人脸图像识别计算机系统 (14)

3.1 引言 (14)

3.2系统基本机构 (15)

3.3 人脸检测定位算法 (16)

3.4 人脸图像的预处理 (22)

单片机论文,毕业设计,毕业论文,单片机设计,硕士论文,研究生论文,单片机研究论文,单片机设计论文

3.4.1 人脸图像预处理方法 (23)

3.5人脸识别 (25)

4实验结果与分析 (30)

5 结论 (32)

参考文献 (33)

致谢 (34)

单片机论文,毕业设计,毕业论文,单片机设计,硕士论文,研究生论文,单片机研究论文,单片机设计论文

1 绪论

当前,人脸检测越来越受到大家的关注,他作为生物特征识别中一个非常重要的一个分支,已成为计算机视觉与模式识别领域中非常活跃的一个研究领域。而基于人脸检测更是学术界的一个难点。而本文先对图像进行处理,然后在对图像进行人脸检测,人脸定位。

人脸包含很多信息,通过对人脸检测,人脸定位,我们可以很快知道一个人的部分基本资料,如性别,表情,年龄和身份等基本信息,在现实生活中如在公安、金融、网络安全、物业管理、以及考勤都会用到人脸检测,因此人脸检测具有很高的学术研究价值和商业价值,这就引起了在人脸识别方面的广大科学研究者的兴趣,可以说,人脸识别已经成为当前科学界热门的一个研究课题之一。

(完整版)基于matlab的人脸识别系统设计毕业设计.doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:蒙牛酸奶市场营销策略

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: