毕业论文-基于Android的移动人脸识别系统设计:人脸预处理与辨识

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

毕业论文定稿-

基于Android的移动人脸识别系统设计:人脸预处理与辨识

摘要

人脸识别(Face recognition)是指基于人的脸部特征信息进而实现对身份识别的一种生物识别技术,它是现在生物模式识别领域里非常重要和实用的人工智能研究课题。相比于指纹、虹膜识别来说,人脸识别是非接触式,运用起来会更加直观、方便。近年来,人脸识别技术引起了越来越多的研究人员的重视。人脸识别技术的研究取得了很大程度上的进展,它现在广泛的应用于日常生活的各种领域,如网络的安全、公安、电子商务、金融、考勤和物业管理等。

本文针对人脸预处理、特征提取和分类识别方面进行了研究和分析。首先,分析了光线、姿态、表情、角度等因素对图像质量的影响,明确了人脸预处理的必要性并介绍常用的预处理方法。然后,介绍和分析Gabor小波变换和主成分分析方法(PCA),用于人脸特征提取。本文分别采用最近邻分类器和SVM分类器识别人脸特征。并使用AR人脸库进行实验,分别通过不同的实验结果来分析预处理的作用、Gabor小波和PCA的性能,以及最近邻和支持向量机两种分类器的性能比较。

【关键词】人脸识别预处理Gabor小波支持向量机

Abstract

Face recognition is a kind of biometric identification technology based on facial features of people's information, is a research subject of artificial intelligence in the field of biological identification is very important and practical. Compared to the fingerprint and iris recognition, face recognition is non-contact, use more intuitive and convenient. In recent years, face recognition technology has attracted more and more attentions, progress has been made largely of face recognition, it is now widely used in various fields of daily life, such as network security, public security, electronic commerce, finance, attendance and property management etc.

In this paper, the aspects of face preprocessing, feature extraction and classification and recognition are studied and analyzed. Firstly, the influence of the factors such as ray, attitude, expression and angle on the image quality is analyzed, and the necessity of face preprocessing is clarified, and the common preprocessing method is introduced. Then, the Gabor wavelet transform and principal component analysis (PCA) are introduced and analyzed, which is used for the feature extraction of human face.In this paper, the feature of face is characterized by the nearest neighbor classifier and SVM classifier. And experiments were conducted using the AR face database, respectively by different experimental results to analyze the performance of pre treatment, Gabor wavelet and PCA, and the nearest neighbor and support vector machine classifier performance comparison.

【Key Words】Face recognition Preprocessing Gabor wavelet Support vector machine

I

目录

前言................................................................................................................................ 1 1 人脸识别介绍 (2)

1.1 人脸识别发展历史 (2)

1.2 人脸识别系统构成 (2)

1.2.1 人脸图像采集及检测 (2)

1.2.2 人脸图像预处理 (3)

1.2.3 人脸图像特征提取 (3)

1.2.4 人脸图像匹配与识别 (3)

1.3 人脸识别常用方法 ...................................................................................... 3 2 基于人脸的预处理. (5)

2.1 直方图均衡化 (5)

2.1.1 基本原理 (5)

2.1.2 实现方法............................................................................................ 6 3 人脸特征提取与识别 (9)

3.1 Gabor 小波变换基本原理 (9)

3.2 主成分分析法基本原理 (9)

3.3 分类方法 (10)

3.3.1 最近邻法(NN )基本原理 (10)

3.3.2 支持向量机(SVM )基本原理 ...................................................... 12 4 系统设计与实验结果. (15)

4.1 设计目的 (15)

4.2 功能实现 (15)

4.2.1 Gabor 小波变换 (15)

4.2.2 主成分分析法 (18)

相关文档
最新文档