基于遗传算法的人脸识别技术 毕业论文+任务书+开题报告+文献综述+外文翻译及原文+MATLAB代码

基于遗传算法的人脸识别技术

【摘要】  在日常生活中,有很多场景都会用到人的身份识别。人脸识别因为其普遍性,可采集性和接受程度都较高,成为了众多身份识别中的主流。

遗传算法具有全局搜索能力,本文通过遗传算法,将人脸的检测和识别进行算法优化,以减少计算量的方式提高人脸的识别效果,利用遗传算法对其特征值的提取运用遗传算法进行优化。通过对比实验结果表明,使用该算法进行优化的人脸识别方法在特征值没有明显的提升的情况下,较大的提高了人脸的检测率。

Face recognition technology based on genetic algorithm

【Abstract】   In daily life, there are many scenes that use people's identification. Because of its universality, collectability and acceptability, face recognition has become the mainstream of many identity recognition. Genetic algorithm has the ability of global search. In this paper, according to the general idea of face detection and recognition, aiming at improving the detection and recognition effect of face, genetic algorithm is used to optimize the extraction threshold of its characteristic value. The experimental results show that the face recognition method optimized by this algorithm can greatly improve the face detection rate when the eigenvalues are not significantly improved.

目 录

1 绪 论

1.1 选题背景及意义

1.1.1 国外研究综述

1.1.2 人脸识别研究现状

1.1.3本文的研究内容和组织结构

1.2 创新点与不足

2哈尔级联分类器的基本原理

2.1哈尔级联分类器

2.1.2哈尔特征的基本内容

2.2 哈尔级联分类器的实现

3基于遗传算法的优化方法

3.1人脸特征的提取

3.1.1 Eigenface原理

3.1.2传统Eigenface步骤

3.2 遗传算法

3.2.1遗传算法的特点

3.2.2 遗传算法的流程

3.3 PCA的改进2DPCA

3.4 用遗传算法优化的Eigenface

3.4.1用遗传算法优化的Eigenface实施步骤

3.4.2 结果与分析

结 论

参考文献

附 录

致 谢

图目录

图2.1 OpenCV中使用的Haar特征

图2.2 决策树图

图2.3 Roy的人脸检测过程

图2.4 Bob的人脸检测过程

图3.2 遗传算法优化的Eigenface流程

图3.3 2DPCA-PCA遗传算法适应度曲线

图3.4 2DPCA-PCA遗传算法适应度曲线2

图3.4 遗传算法优化的Eigenface流程

猜你喜欢

转载自blog.csdn.net/qq_43368615/article/details/135338911
今日推荐