Refining Edges Detected by a LoG Operator

Abstract

The Laplacian of Gaussian (LoG) operator is one of the most popular operators used in edge detection. This operator, however, has some problems: zero-crossings do not always correspond to edges, and edges with an asymmetric profile introduce a symmetric bias between edge and zero-crossing locations. The authors offer solutions to these two problems. First, for one-dimensional signals, such as slices from images, they propose a simple test to detect true edges, and, for the problem of bias, they propose different techniques: the first one combines the results of the convolution of two LoG operators of different deviations, whereas the others sample the convolution with a single LoG filter at two points besides the zero-crossing. In addition to localization, these methods allow them to further characterize the shape of the edge. The authors present an implementation of these techniques for edges in 2-D images.< <ETX xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">&gt;</ETX>

Cite

Text

Ulupinar and Medioni. "Refining Edges Detected by a LoG Operator." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1988. doi:10.1109/CVPR.1988.196237

Markdown

[Ulupinar and Medioni. "Refining Edges Detected by a LoG Operator." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1988.](https://mlanthology.org/cvpr/1988/ulupinar1988cvpr-refining/) doi:10.1109/CVPR.1988.196237

BibTeX

@inproceedings{ulupinar1988cvpr-refining,
  title     = {{Refining Edges Detected by a LoG Operator}},
  author    = {Ulupinar, Fatih and Medioni, Gérard G.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {1988},
  pages     = {202-207},
  doi       = {10.1109/CVPR.1988.196237},
  url       = {https://mlanthology.org/cvpr/1988/ulupinar1988cvpr-refining/}
}