好文档 - 专业文书写作范文服务资料分享网站

毕业设计-在Ycbcr空间中的基于肤色的人脸检测 - 图文 

天下 分享 时间: 加入收藏 我要投稿 点赞

武汉理工大学

毕业设计(论文)

基于视频的人脸检测研究

学院(系): 机电工程学院 专业班级: 学生姓名: 指导教师:

武汉理工大学毕业设计(论文)

学位论文原创性声明

本人郑重声明:所呈交的论文是本人在导师的指导下独立进行研究所取得的研究成果。除了文中特别加以标注引用的内容外,本论文不包括任何其他个人或集体已经发表或撰写的成果作品。本人完全意识到本声明的法律后果由本人承担。

作者签名: 年 月 日

学位论文版权使用授权书

本学位论文作者完全了解学校有关保障、使用学位论文的规定,同意学校保留并向有关学位论文管理部门或机构送交论文的复印件和电子版,允许论文被查阅和借阅。本人授权省级优秀学士论文评选机构将本学位论文的全部或部分内容编入有关数据进行检索,可以采用影印、缩印或扫描等复制手段保存和汇编本学位论文。

本学位论文属于1、保密囗,在 年解密后适用本授权书

2、不保密囗 。

(请在以上相应方框内打“√”)

作者签名: 年 月 日

导师签名: 年 月 日

I

武汉理工大学毕业设计(论文)

目录

摘要 ...................................................................................... I ABSTRACT ................................................................................. II 1 绪论 .................................................................................... 1 1.1 课题背景及研究意义 ..................................................................................................................................... 1 1.2 国内外研究发展现状 ..................................................................................................................................... 2 1.3本文的主要内容 .............................................................................................................................................. 3 2 人脸检测技术简介 ........................................................................ 4 2.1基于先验知识的方法 ................................................................................................................................... 4 2.2基于特征的方法 ............................................................................................................................................ 5 2.3基于模板匹配的方法 ................................................................................................................................... 6 2.4基于统计模型的方法 ................................................................................................................................... 7 2.5本文算法方案的提出 ................................................................................................................................... 9 3 算法设计与MATLAB实现 ................................................................. 10 3.1常见的颜色空间 .......................................................................................................................................... 10 3.2颜色空间地选择 .......................................................................................................................................... 14 3.3肤色模型的建立 .......................................................................................................................................... 14 3.4肤色的提取 .................................................................................................................................................... 15 3.5 人脸区域形态学处理 ................................................................................................................................... 16 3.6人脸区域的筛选与标记 ............................................................................................................................. 17 3.7误检分析 ........................................................................................................................................................ 22 4结论及展望 ............................................................................. 24 参考文献................................................................................................................................................................ 25 致谢 ........................................................................................................................................................................ 26

I

武汉理工大学毕业设计(论文)

摘要

人脸识别技术属于生物验证的一种,在身份验证领域日益发挥重要作用,具有十分广泛的应用前景。人脸检测和定位问题是人脸识别技术首先要解决的问题。人脸检测算法是一个高效的、自动的人脸识别系统中的关键技术之一。如今人脸检测问题已成为一个热门研究领域,新的算法不断被提出,不过由于人脸的复杂性,目前尚不能找到一个完美的算法。在不同应用环境下,有不同的算法,本文针对应用于视频中人脸检测问题进行了研究,论文的主要工作如下:

本文首先对当下流行的几种人脸检测算法进行分析并比较各自在视频人脸识别中的适用性。结合其实现难度,提出一个能适应视频人脸识别的在YCbCr色彩空间中基于肤色的人脸检测算法,由于肤色在YCbCr空间受亮度信息的影响较小,本算法直接考虑YCbCr空间的CbCr分量,映射为两维独立分布的CbCr空间。在CbCr空间下,肤色类聚性好,利用人工阈值法将肤色与非肤色区域分开,形成二值图像。

非肤色区域中依然有可能有部分区域颜色与肤色相近,所以阈值分割后的图像依然存有部分假肤色区域,经过形态学处理和限制长宽比之后,可得到人脸区域。

在确定人脸区域后,我们需要在原图上对人脸区域进行标记,这里可通过找到一些关键点,作出矩形框标记人脸区域。

关键词:YCbCr色彩空间; 肤色分割; 人脸检测。

I

武汉理工大学毕业设计(论文)

Abstract

Face recognition technology is a kind of biological validation, in authentication realm,play an increasingly important role , with a very wide range of applications. Face detection is the first problem to be solved. Face detection algorithm is one of the keys technologies of an efficient, automated face recognition system . Today, face detection has become a hot research field, new algorithms continue to be made, but because of the complexity of the face, it is not yet found a perfect algorithm. In different application environment, there are different algorithms, this paper studied applies to human face detection video, the paper's main work is as follows:

This article analyze several current popular face detection algorithm first and then compare their applicability in the face recognition for video. Combined with its implementation difficulty, propose an adaptive face recognition for video in the YCbCr color space, color-based face detection algorithm, as in the YCbCr color space less affected by the brightness information, the proposed algorithm directly consider CbCr component YCbCr space, two-dimensional distribution map of CbCr space independent. In CbCr Space, color clustering is good, the use of artificial threshold method to separate the skin and non-skin region, formed a binary image.

In non-skin region, there are still some areas may have similar color and skin color, so after thresholding the image still exist some false color region, through morphological processing and constrain the aspect ratio, the obtained face region.

In determining the face region, we need to mark the face region on the original picture, By finding some key points the rectangle labeled human face region could be made.

Key words: YCbCr color Space; skin color segmentation; human face detection.

II

毕业设计-在Ycbcr空间中的基于肤色的人脸检测 - 图文 

武汉理工大学毕业设计(论文)基于视频的人脸检测研究学院(系):机电工程学院专业班级:学生姓名:指导教师:<
推荐度:
点击下载文档文档为doc格式
6qnup01djq0zn011pb9y
领取福利

微信扫码领取福利

微信扫码分享