1 / 48
文档名称:

基于pca的人脸识别研究毕业论文设计.doc

格式:doc   页数:48页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于pca的人脸识别研究毕业论文设计.doc

上传人:Alphago 2015/11/19 文件大小:0 KB

下载得到文件列表

基于pca的人脸识别研究毕业论文设计.doc

相关文档

文档介绍

文档介绍:内容摘要
生物特征识别是利用人类特有的生理或行为特征来识别个人身份的技术,它提供了一种高可靠性、高稳定性的身份鉴别途径。人脸检测和识别是目前生物特征识别中最受人们关注的一个分支,是当前图像处理、模式识别和计算机视觉领域内的一个热门研究课题,在公安部门罪犯搜索、安全部门动态监视识别、银行密码系统等许多领域有广泛的研究,本文对此进行了较为深入的研究。
首先描述了人脸识别技术的研究内容、方法、应用前景,对人脸自动检测与识别技术进行了综述。并且详细介绍了人脸识别很重要的一个步骤—“人脸预处理”,文中提到的人脸预处理方法都是从图像处理的角度着手的,主要目的是使人脸图像标准化,并在一定程度上消除光照的影响。本文介绍了几种主要的预处理方法,如几何归一化,灰度归一化。
其次,本文重点描述了人脸识别的经典方法,PCA方法。主成分分析方法(ponent Analysis ,PCA),即离散K-L变换,是图像压缩中的一种最优正交变换。它用一个低维子空间来描述人脸图像,同时又能在一定程度上保存所需要的识别信息。其基本原理为:由高维图像空间经K-L变换后得到一组新的正交基,对这些正交基作一定的取舍,保留其中的一部分生成低维的人脸空间,即人脸的特征子空间,识别时将测试图像投影到此空间,得到一组投影系数,通过与各个人脸图像比较进行识别。这种方法使得压缩前后的均方误差最小,且变换后的低维空间有很好的分辨能力。但在这种人脸识别技术中,二维的人脸图像矩阵必须先转化为一维的图像向量,才能进行PCA分析,而在这种转化后,造成图像向量的维数一般较高,使整个特征抽取过程所耗费的计算量相当可观。
关键词
人脸识别;人脸预处理;主成分分析
Research on Face Recognition Based on
ponent Analysis
Abstract
Biometrics is a kind of science and technology using individual physiological or behavioral characteristics to verify identity. It provides a highly reliable and robust approach to the identity recognition. Automatic face detection and recognition is one of the most attention branches of biometrics and it is also the one of the most active and challenging tasks for image processing, pattern recognition puter vision. It is widely applied mercial and law area, such as mug shots retrieval, real-tine video surveillance in security system and cryptography in bank and so on. The main research works and contributions are as the following.
First, the research content, approach and development are emphasized. The research status is introduced. The technology of the face detection and recognition are summarized. And the paper describes face preprocessing in detail which is and important step in the face recognition. The face preprocessing methods we adopt are based on image processing techniques. The main purpose is to get the standardized facial images, and to eliminate the impact of illumination to some extent. In this paper, several key preprocessing methods are introduced, such as geometry normalization