• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2010, Vol. 32 ›› Issue (9): 39-42.doi: 10.3969/j.issn.1007130X.2010.

• 论文 • 上一篇    下一篇

基于零交叉的噪声图像边缘检测

张春雪1,2,陈秀宏1   

  1.  (1.江南大学数字媒体学院,江苏 无锡 214122;2.江南大学信息工程学院,江苏 无锡 214122)
  • 收稿日期:2010-03-07 修回日期:2010-06-10 出版日期:2010-09-02 发布日期:2010-09-02
  • 通讯作者: 张春雪
  • 作者简介:张春雪(1986),女,天津人,硕士生,研究方向为图像处理与模式识别;陈秀宏,博士,教授,研究方向为图像处理与模式识别。

A Noisy Image Edge Detection Method Based on Zero Crossing

ZHANG Chunxue1,2,CHEN Xiuhong1   

  1. (1.School of Digital Media,Jiangnan University,Wuxi  214122;
    2.School of Information Technology,Jiangnan University,Wuxi 214122,China)
  • Received:2010-03-07 Revised:2010-06-10 Online:2010-09-02 Published:2010-09-02

摘要:

由于数字图像中可能包含不同程度的噪声,使得边缘检测在图像处理中变得比较困难。传统的边缘检测算法对于信号中的噪声比较敏感,使得边缘信息不能完全准确地检测出来。本文提出了一种基于零交叉的噪声图像边缘检测方法。在文献[1]算子的基础上先平滑图像,计算图像的梯度,然后对梯度图像用新推导出的递归算子求二阶导数,并分别按行方向和列方向进行过零点检测,最后合并两个方向上检测到的过零点得到图像边缘。实验结果表明,该方法不仅对于含噪图像具有良好的边缘检测效果,而且由于所有滤波算子都是可递归执行的,大大减少了运算量和运算时间。

关键词: 边缘检测, 噪声图像, 递归滤波, 梯度算子, 过零点检测

Abstract:

Detecting edges has become more difficult in image processing since images may contain areas with different degrees of noise.Many traditional methods for edge detection are sensitive to noise,so that the image edge can not be detected clearly. This article presents a noisy image edge detection method  based on zero crossing. This method first smoothes the image and calculates gradient on the basis of edge detection operator in reference[1],then calculates the second derivative of the gradient image by the new recursive operator,and finds out the zero crossing points by rows and columns respectively,and finally merges all the zero crossing points and gets the image edge.The experimental results show that this method not only gives good edge detection effect,but also spends less computation and time by the recursive implementation of filtering operators.

Key words: detecting edges;noisy image;recursive filtering;gradient operator;zero crossing detection