设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopinvvp QQ:2922748026   
基于人脸识别的出勤点名系统中特征提取算法研究毕业论文
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

 摘 要

图像的边缘是图像最基本也是最重要的特征之一。边缘检测一直是计算机视觉和图像处理领域的经典研究课题之一。图像分析和理解的第一步常常是边缘检测。如何确定人脸特征并对这些特征进行有效的提取是非常关键而且复杂的。人脸边缘和轮廓是人脸非常重的特征。
本文研究了在人脸边缘检测过程中的各种问题及方法,希望能够找到一种良好的方法来完成边缘检测过程。全文共分为以下几个部分:
1,介绍现目前国内外在人脸边缘检测中的研究方向和方法,以及在边缘检测中存在的问题;
2,研究在图像预处理阶段中的方法和问题,这是研究边缘检测的基础;
3,研究在图像边缘提取阶段中的方法和问题:研究的重点是对现有的边缘提取方法进行比较总结;
本文的重点就是研究了边缘检测的原理和各种算法,通过试验验证各种检测方法在人脸图像中对边缘的检测效果,讨论在选用不同算子检测的边缘,以及影响检测效果的因素。

关键词: 边缘检测;人脸图像;小波

Abstract

Edge is one of the most fundamental and significant features.Edge detection is always one of the most classical studying projects of computer vision and image processing field.The first step of image analysis and understanding is edge detection.How to define and extract the feature of human face is a key and complicated problem the edge and contour of human face is one of important feature.
Problems and methods in feature of human face edge detection will be studied in this paper, Hopes to find a good way to complete the edge detection process, the full text is divided into the following sections:
1, Introduced in the human face edge detection is the current domestic and international features from the research direction and methodology, as well as edge detection problems;
2, Research in image processing methods and phase problems,this is the basic of edge detection;
3, Research on images of the methods and problems in edge detection stage: study focused on the brink of withdrawal to the existing methods of comparison summary;
This paper mainly studies the theory of edge detection and different kinds of arithmetical methods.The experiment result are used to confirm the different methods which are  employed to test the edge detection results of the human face image.It discusses the consequence of detection when the threshold is varying and the possible factors,which makes the different results.Finally,it studies the application of the edge detection in human face detection and recognition.

Key words:Edge detection;  Human face;  Wavelet 

目 录
1 绪 论 1
1.1 图像边缘检测概论 1
1.2 图像边缘的定义 2
1.3 本论文工作目的及内容 2
2 图像预处理技术 3
2.1 图像处理基础 3
2.1.1数字图像存储与文件格式 3
2.1.2图像处理工具箱支持的基本图像类型 4
2.1.3图像类型的转换 4
2.2 图像的几何操作 5
2.2.1图像的剪切 5
2.2.2调整图像的大小 6
3 图像采集和定位 8
3.1 图像的采集 8
3.2人脸图像的定位 8
3.2.1图像裁剪 8
3.2.2自动定位 9
4 人脸图像边缘检测技术 12
4.1Robert算子 12
4.1.1 Robert算子原理 12
4.1.2基于MATLAB的Robert算子理论的实现及结果 13
4.2 Sobel算子 13
4.2.1 Sobel算子原理 13
4.2.2基于MATLAB的Sobel算子理论的实现及结果 15
4.3 Prewitt算子 16
4.3.1 Prewitt算子原理 16
4.3.2基于MATLAB的Prewitt算子理论的实现及结果 18
4.4 LOG算子 18
4.4.1 LOG算子原理 18
4.4.2基于MATLAB的LOG算子理论的实现及结果 20
4.5 Canny算子 21
4.5.1 Canny算子原理 21
4.5.2基于MATLAB的Canny算子理论的实现及结果 22
4. 6 Marr算子 23
4. 6.1 Marr算子原理 23
4.6.2基于MATLAB的Marr边缘检测算子理论的实现及结果 24
4. 7传统型边缘检测算子的效果比较和分析 25
4.8小波算子 27
4.8.1 小波的定义 27
4.8.2 连续小波变换 28
4.8.3 离散小波变换 29
4.8.4 小波函数 30
4.8.5基于MATLAB的小波边缘检测的理论实现及结果 31
4.9小结 32
结 论 34
致 谢 35
参考文献 36
附录A:英文原文 37
附 录B:英文译文 43
附录C:主程序 47

  全套毕业设计论文现成成品资料请咨询微信号:biyezuopinvvp QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
YOLOv3改进算法在道路裂缝检 带有随机场变量结构的热-结构耦合 安卓深度学习垃圾分类 毕业论文
大学生心理健康APP的设计与实现 基于Python的乡村振兴电商导 基于SpringBoot与微信小
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopinvvp QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!