On the Canny edge detector

作者:

Highlights:

摘要

The Canny edge detector is widely used in computer vision to locate sharp intensity changes and to find object boundaries in an image. The Canny edge detector classifies a pixel as an edge if the gradient magnitude of the pixel is larger than those of pixels at both its sides in the direction of maximum intensity change. In this paper we will show that defining edges in this manner causes some obvious edges to be missed. We will also show how to revise the Canny edge detector to improve its detection accuracy.

论文关键词:Edge detection,Canny edge detector,Zero-crossing edges,Missing edges,Edge accuracy

论文评审过程:Received 14 May 1999, Revised 26 January 2000, Accepted 26 January 2000, Available online 7 June 2001.

论文官网地址:https://doi.org/10.1016/S0031-3203(00)00023-6