毕业设计论文 基于人脸识别的疲劳驾驶检测系统的研究.doc

约45页DOC格式手机打开展开

毕业设计论文 基于人脸识别的疲劳驾驶检测系统的研究,摘要近些年由于人们的生活节奏快,工作压力大,因疲劳问题而引起的事故时有发生,疲劳驾驶而酿成的惨剧更是使我们警钟长鸣。为了解决这个问题,本次毕业设计着重讨论一种基于asm模型的人脸识别算法和一种疲劳驾驶的面部特征判定标准。本文的主要内容是:首先,简要介绍此次研究的课题意义...
编号:99-121219大小:1.33M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

毕业设计论文 基于人脸识别的疲劳驾驶检测系统的研究


摘要
近些年由于人们的生活节奏快,工作压力大,因疲劳问题而引起的事故时有发生,疲劳驾驶而酿成的惨剧更是使我们警钟长鸣。为了解决这个问题,本次毕业设计着重讨论一种基于ASM模型的人脸识别算法和一种疲劳驾驶的面部特征判定标准。本文的主要内容是:
首先,简要介绍此次研究的课题意义,再介绍人脸识别和疲劳检测的一些相关的背景知识,由于此次课题是疲劳驾驶的检测,所以介绍的重点是关于疲劳驾驶的检测研究。
其次,讨论疲劳的判定方法,这一部分主要是对疲劳特征的选择研究,涉及到人眼睛和嘴的形状的疲劳特征分析,然后进行疲劳分析的综合。
然后,详细介绍ASM模型的定义,在这一部分中还介绍了ASM的算法、区域收敛方法以及判定收敛的依据,另外,在这部分中将给出算法实现步骤的流程图。
再后,主要内容是图像处理与识别,其中包括图像的预处理和手工描点方法所需要确定的参量,以及如何用matlab程序得到这些参量。程序的流程图也在这一章展示。

关键词 人脸识别;疲劳检测;疲劳特征;动态形状模型
    

 

 

 

Abstract
Recently as the fast pace of life and heavy work pressure, accidents caused by fatigue happened frequently. Traffic accident disaster is causing the bells to ring. To solve this problem, the graduation project focused on a face recognition algorithm based on ASM model and a facial features determination standards of fatiguedriving. The main contents are:
First, there is a brief introduction of the research, the relevant background knowledge of face recognition and fatigue testing will be given later. as it is the detection of fatiguedriving that we are taking care of, we will mainly focus on the it.
Secondly, we will learn the judging methods of fatigue, the part choice of the fatigue characteristics is studied here, the fatigue characteristics of eyes and mouth is analyzed, then we will comprehensively analysis them.
Then, the principle and method of ASM person face recognition technology is studied. In this section, we will describe the ASM algorithm, the covergence method and the basis of determining convergence.The flow chart of algorithm will also be given flow chart in this part.
Finally, we will show picture pre-treatment methods and picture recognition, this part includes the image pre-processing, the needed parameters and how to use the matlab program to get the parameters. The idea and flow chart of the main program will be given.

Keywords Face Recognition; Fatigue Detection; Fatigue Characteristics; Active Shape models
目 录
摘要 I
Abstract II
第1章  绪论 1
1.1  课题背景和意义 1
1.2  研究现状 3
1.3  本文主要研究内容 6
第2章  疲劳分析和疲劳检测 8
2.1  疲劳驾驶特征综述 8
2.2  具体特征分析 9
2.2.1  疲劳驾驶眼部特征分析 9
2.2.2  疲劳驾驶嘴的特征分析 10
2.2.3  原始数据的获取 12
2.3  眼睛和嘴特征的综合分析 13
2.4  本章小结 14
第3章  ASM人脸识别算法 15
3.1  ASM模型的定义 15
3.2  ASM人脸识别的优势 15
3.2.1  ASM搜索算法的特点 15
3.2.2  几种识别方式对比分析 16
3.3  ASM的模型建立 17
3.4  ASM模型的搜索算法 19
3.5  流程设计思路 22
3.6  本章小结 23
第4章  图像处理和识别 24
4.1  图像预处理的必要性 24
4.2  常用光照预处理技术 24
4.2.1  基于直方图的预处理方法 25
4.2.2  线性变换 25
4.2.3  对数变换 26
4.2.4  指数变换 27
4.2.5  光照预处理方法选择 27
4.3  图片选取策略 28
4.4  图像手工描点的实现 28
4.4.1  要确定的要素分析 28
4.4.2  要素值的确定方法 29
4.5  选点策略 33
4.6  程序流程图 33
4.7  收敛过程和识别结果 34
4.8  本章小结 35
结论 36
参考文献 37