【最新版】边缘检测 本科毕业设计论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
编号:
审定成绩:
重庆邮电大学
毕业设计(论文)
学院名称:计算机科学与技术
学生姓名:a
专业:软件工程
班级:
学号:
指导教师:a
答辩组负责人:
填表时间:年月
重庆邮电大学教务处制
摘要
在图像分割技术的研究与应用中,图像边缘检测是一项最基本也是最重要的方法。近年来图像边缘检测得到了广泛而持续的关注和研究,是数字图像处理研究的热点和难点之一。本文以微分算子为研究对象,针对图像边缘检测,对利用微分算子进行边缘检测进行了详尽的分析,对一阶微分算子进行了改进,提高了一阶微分算子的抗噪性,通过本文的研究,在以下几方面取得了进展:
1.对当前图像边缘检测的现状以及利用微分算子进行边缘检测的原理进行了
探讨。
2.对经典的一阶微分算子主要包括Roberts算子,Prewitt算子,Sobel算子以
及方向算子实现原理进行了描述。用VC++对各类一阶算法进行了程序的实
现,并根据实验的结果对各类一阶微分算子的优缺点进行了比较分析,其
中,Roberts算子和Prewitt算子的抗噪能力没有Sobel算子的抗噪能力强,Sobel算子是综合性能较好的一阶微分算子。
3.对一阶微分算子提出了改进算法,将除噪操作和一阶微分算子进行相结合,
从而有效地提高了一阶微分算子的抗噪能力,使一阶微分算子得到了更好
的检测效果。
4.对经典的二阶微分算子主要包括了拉普拉斯算子和马尔算子实现原理进行
了描述。用VC++对算法进行了程序的实现,并根据实验的结果对这两个二
阶微分算子的优缺点进行了比较分析。
【关键词】边缘检测一阶微分算子二阶微分算子
ABSTRACT
In Segmentation Study and Application of Technology, the image edge det ecti-on is a most fundamental and important way. Edge detection in recent ye ars broad and sustained attention and study, is the digital image processing on a differential operator for the study, for edge dete-ction, the use of differ ential edge detection operator to carry out a detailed analy-sis of the first or der differential operator to improve and enhance the first-order differential o perator of the anti-noise, through this research, the following progress made:
1.On the current status of the image edge detection and the use of diff
eren-tial operator for the edge detection theory was discussed.
2.This paper first-order differential operators includes Roberts edge det
ection, Prewitt edge detection, Sobel edge detect-ion and direction edge
detection. In this paper, the realization theory is d-escribed in detail;
the algorithm is realized by programming, and doing a comparison a
mong the first-order differential operators.
3.The first order of the differential operator to improve the algorithm
will operate in addition to noise and the first differential operator for
the comb-ination, which the second-order differential op-ertor includ
es Laplacian edge detection and Marr edge detection. The alg-orithm i
s realized by programming with VC++, and doing a compares-on amo
ng the second-order differential coefficient.
【Keywords】edge detection first-order differential opertor second-order differential opertor
目录
摘要........................................................................................................................... I I 第一章 ................................................................................................................................ 绪论1第一节 .................................................................................. 图像分割技术概述1第二节 .............................................................. 图像边缘检测的研究现状2
一、并行边缘检测技术 (3)
二、串行边缘分割技术 (4)
第三节 .................................................................................. 研究的目的及意义5第四节 ................................................................................................ 本文主要工作6第五节本文内容与结构 .. (6)
第二章 .............................................................................微分算子边缘检测原理8第一节 .............................................................. 图像边缘分类及特征分析8第二节 ........................................................................... 微分算子的检测原理9第三章 ........................................................................................................ 经典微分算子12第一节经典一阶微分算子 (12)
一、Roberts 算子 (13)
二、Prewitt 算子 (14)
三、Sobel算子 (17)