1、 数字图像边缘检测算法的分析与实现 学 生: 学 号:xxxxxxxxxx 专 业:通信工程 班 级:2008.2 指导教师:xxxx 二 O 一二年六月 I 摘摘 要要 数字图像边缘检测技术是图像分割、目标识别、区域形态提取等图像分析领 域中十分重要的基础。本文首先讲述了数字图像处理的相关概念及边缘检测研究 的背景、意义、应用等。然后对各种经典边缘检测算法进行了分析,研究了各算 子的特点。最后针对 soble 算子对噪声抑制力不足的缺点提出了一种 soble 改进算 法,并通过仿真实验比较了改进算法与传统算法各自的优缺点及适用性,进而完 成了数字图像边缘检测算法的分析实现。 关关 键键 词:
2、词:数字图像处理;边缘检测;最佳阈值;soble 改进算子 四川理工学院本科毕业论文 ABSTRCT Image edge detection technology is the image segmentation, object recognition, regional morphology extraction image analysis is very important in the foundation. This paper tells of the digital image processing of the relevant concepts and edge dete
3、ction research background, significance, application. Then on a variety of classical edge detection algorithms are analyzed, studied each operator characteristics. Finally, Soble operator for noise suppression force shortage presents a improved Soble algorithm, and through simulation experiments com
4、pared the improved algorithm and traditional algorithm the respective advantages and disadvantages and applicability, then completed a edge detection algorithm of digital image analysis realization. Keywords:Edge detection;Image processing; Log operator; Canny operator; Detection algorithm 庞庭碧:数字图像边缘检测算法的分析与实现 目 录 摘摘 要要 . I ABSTRCT .II 第第 1章章 引引 言言 .1 第第 2章章 数字图像边缘检测概述数字图像边缘检测概述 .3 2.1 数字图像的相关定义 .4 2.2 数字图像边缘检测的相关定义 .4 2.3 数字图像边缘检测的研究内容 .5 2.4 数字图像边缘检测的主要应用 .6 2.5 数字图像边缘检测的发展前景 .7 第第 3章章