Color Edge Detection with the Compass Operator
Abstract
The compass operator detects step edges without assuming that the regions on either side have constant color. Using distributions of pixel colors rather than the mean, the operator finds the orientation of a diameter that maximizes the difference between two halves of a circular window. Junctions can also be detected by exploiting their lack of bilateral symmetry. This approach is superior to a multi-dimensional gradient method in situations that often result in false negatives, and it localizes edges better as scale increases.
Cite
Text
Ruzon and Tomasi. "Color Edge Detection with the Compass Operator." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1999. doi:10.1109/CVPR.1999.784624Markdown
[Ruzon and Tomasi. "Color Edge Detection with the Compass Operator." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1999.](https://mlanthology.org/cvpr/1999/ruzon1999cvpr-color/) doi:10.1109/CVPR.1999.784624BibTeX
@inproceedings{ruzon1999cvpr-color,
title = {{Color Edge Detection with the Compass Operator}},
author = {Ruzon, Mark A. and Tomasi, Carlo},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {1999},
pages = {2160-2166},
doi = {10.1109/CVPR.1999.784624},
url = {https://mlanthology.org/cvpr/1999/ruzon1999cvpr-color/}
}