【毕业设计】人脸识别算法研究与实现-(附完整源码)
- 格式:doc
- 大小:1.09 MB
- 文档页数:26
--
--
河北农业大学信息学院
本科毕业论文
题 目: 人脸识别算法研究与实现
学 院: 信息科学与技术学院
专 业: 电子信息科学与技术
学生姓名:
学 号:
指导教师:
职 称: 副教授
提交日期: 2013 年 6 月 1 日
答辩日期: 2013 年 6 月 4 日
中 国 • 河北 2013 年 5 月
摘要 --
-- 人脸识别技术,作为目前模式识别领域研究的热点也是难点之一,其最早提出可以追溯到1888年”。然而,到目前为止,由于人脸识别问题自身的复杂性,使得虽然有众多科学研究人员潜心研究多年,也做出了许多的成果,但离彻底解决并达到实用,仍旧有很多关键性的问题需要解决。
本文对人脸识别做了一定的研究。论文首先介绍了人脸识别的背景、研究范围以及方法,对人脸识别领域的一些理论方法作了总体的介绍。本文中所采用的人脸识别方法是比较经典的PCA(Principle Component Analysis)主成分分析。主要包括:结合人脸库对人脸识别的预处理方法作了较为详细的介绍;介绍了PCA人脸识别的方法;实现了一个基于PCA的实时人脸检测识别原型系统。
关键字:MATLAB、图形用户界面GUI、人脸识别、PCA
ABSTRACT
Face recognition technology, as one of the hotspot in research
of pattern recognition is also difficult, its first suggested dates back to 1888. "so far, however, because of the complexity of the face recognition problem itself, that although there are many scientific researchers studying for many years, has made many achievements, but from the resolve and achieve practical, there are still many key problems need to solve.
In this paper, the face recognition to do some research. Paper first introduces the background of face recognition, research scope and method, to some theoretical methods in the field of
face recognition has made the overall introduction. Face recognition methods used in this article is the classical PCA (Principle Component Analysis), principal Component Analysis. Mainly includes: combining face library pretreatment method of face recognition has made the detailed introduction; This paper introduces the methods of PCA face recognition; Implements a
real-time face detection prototype system based on PCA.
keywords: MATLAB, graphical user interface GUI, face recognition, PCA
--
-- 目录
第一章 绪论 ...................................................................................................................................................... 0
1.1 概述 .................................................................................................................... 错误!未定义书签。
1.1.1 介绍 ........................................................................................................ 错误!未定义书签。
1.2 课题研究的背景和意义ﻩ错误!未定义书签。
1.2.1研究的背景ﻩ错误!未定义书签。
1.2.2 研究的意义ﻩ错误!未定义书签。
1.2.2.1 重要的学术价值 .................................................................................... 错误!未定义书签。
1.2.2.2 很好的应用前景 ................................................................................. 错误!未定义书签。
1.3入脸识别研究的现状与困难 ................................................................................ 错误!未定义书签。
1.3.1研究的现状 ............................................................................................ 错误!未定义书签。
1.3.2 存在的主要困难ﻩ错误!未定义书签。
1.4 论文的内容及安排 ............................................................................................ 错误!未定义书签。
第二章 人脸识别实现所使用的工具 ................................................................................. 错误!未定义书签。
2.1 Matlab简介ﻩ错误!未定义书签。
2.2 图形用户界面GUIﻩ错误!未定义书签。
2.2.1 图形用户界面GUI简介 ....................................................................... 错误!未定义书签。
2.2.2 图形用户界面 GUI 实例ﻩ错误!未定义书签。
2.2.3 PCA 算法ﻩ错误!未定义书签。
2.3 本章小结 ................................................................................................................ 错误!未定义书签。
第三章 人脸识别PCA算法及其功能实现ﻩ错误!未定义书签。
3.1 PCA算法分析 ................................................................................................... 错误!未定义书签。
3.1.1 主成分的一般定义ﻩ错误!未定义书签。
3.1.2 主成分的性质 ............................................................................................. 错误!未定义书签。
3.1.3 主成分数目的选取ﻩ错误!未定义书签。
3.2 PCA算法功能实现 ................................................................................................ 错误!未定义书签。
3.2.1 人脸空间的建立ﻩ错误!未定义书签。
3.2.2 特征向量的选取ﻩ错误!未定义书签。
3.2.3 人脸识别 ..................................................................................................... 错误!未定义书签。
第四章 人脸识别算法测试ﻩ错误!未定义书签。
4.1 实验测试流程ﻩ错误!未定义书签。
第五章 个人总结 ............................................................................................................... 错误!未定义书签。
致谢 ....................................................................................................................................... 错误!未定义书签。
参考文献 ............................................................................................................................... 错误!未定义书签。
附录--matlab 源码ﻩ错误!未定义书签。