基于MATLAB的图像边缘检测

标签:
边缘检测图像处理去噪杂谈 |
如有需要帮助请联系QQ:445846027http://wpa.qq.com/pa?p=1:445846027:1
可以演示 欢迎咨询
基于MATLAB的图像边缘检测
摘
图像边缘检测的手段多种多样。本文介绍的检测方法是通过一些差分算子,由图像的亮度计算其梯度的变化,从而检测出边缘,主要有Robert、Sobel、Prewitt、Canny、Log等算子。以图像Lena、Car、香烟为例以上述算子做出仿真。
ABSTRACT
Edge detection is one of image preprocessing , as a basic characteristic, the edge of the image,which is widely used in the recognition, segmentation, intensification and compress of the image, is often applied to high-level domain.
There are many kinds of ways to detect the edge. Anyway it get the edge according to the variety of the pixel gray. The main techniques are Robert, Sobel, Prewitt , Canny and Log algorithm. Take picture Lena, Car, the cigarette make the simulation as the example by the above operator.
In chapter one, we give an over view of the image edge. And in chapter two, some classic detection algorithms are introduced. Also has made the comparison. In the third chapter of the various operators in the absence of noise and the noise of various edge detection capabilities were given the simulation results.
Keywords:
目录