文档介绍:毕业设计(论文)
题 目 :图像边缘检测方法研究
英文题目:Research on Image Edge Detection Methods
学生姓名 肖 龙
学 号 07323116
指导教师 李国萍 职称 讲师
专 业 信息工程
二零一一年六月
摘 要
数字图像边缘检测是图像分割、目标区域识别和区域形状提取等图像分析领域十分重要的基础,,这些信息可以用于图像理解和分析,并且通过边缘检测可以极大地降低后续图像分析和处理的数据量。图像理解和分析的第一步往往就是边缘检测,目前它已成为机器视觉研究领域最活跃的课题之一,在工程应用中占有十分重要的地位。
经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplaee等方法,基本上都是对原始图像中像素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的闭值提取边界。但这些算法均存在对噪声敏感、不能自适应选择闭值、检测效果不太理想等缺点。
本文对边缘检测理论和算法作了深入的研究,在具体分析各类传统的边缘检测算法的基础上,重点研究了Canny算法,并结合改进的MTM算法及Otsu算法对Canny算法中的滤波方法和双门限选取方法进行改进。最后,用MATLAB 实现该算法,实验结果表明,改进后的算法(CMO算法)取得比传统的Canny算法更好的边缘检测效果。
关键词:图像处理; 边缘检测; Canny算子; 滤波; 自适应阈值
ABSTRACT
Digital image edge detection plays an import part in image analysis, such as image segmentation, interested region recognition and region shape extraction。And it’s an import method in image feature extraction of image edge includes the valuable infotmation of the image which can be use in image understanding and through edge detection,we can greatly reduce the calculation of image analysis and processing in the following step。Usually,the first step of image understanding and analysis is edge detection,and it has been the most active topic in the machine vision research field,also it plays an import part in engineering ,勿做商业用途文档为个人收集整理,来源于网络
Most of the traditional edge detection algorithms,such as Roberts,Sobel,Prewitt, Kirsch,Laplacian ,just construct an edge detection algorithm with a small neighborhood in each pixel of the original image,and then carry out with first differential or second differential operator in order to obtain the maximum gradient or the zero-crossing point of the second derivative,finally select an appropriate threshold to extract the edge。But these algorithms share the same shortc