Circle Detection by Arc-support Line Segments

Coference:

2017 IEEE International Conference on Image Processing (ICIP) (oral presentation)

Authors:

Changsheng Lu, Siyu Xia, Wanming Huang, Ming Shao and Yun Fu

Abstract:

Circle detection is fundamental in both object detection and high accuracy localization in visual control systems. We propose a novel method for circle detection by analysing and refining arc-support line segments. The key idea is to use line segment detector to extract the arc-support line segments which are likely to make up the circle, instead of all line segments. Each couple of line segments is analyzed to form a valid pair and followed by generating initial circle set. Through the mean shift clustering, the circle candidates are generated and verified based on the geometric attributes of circle edge. Finally, twice circle fitting is applied to increase the accuracy for circle locating and radius measuring. The experimental results demonstrate that the proposed method performs better than other well known approaches on circles that are incomplete, occluded, blurry and over-illumination. Moreover, our method shows significant improvement in accuracy, robustness and efficiency on the industrial Printed Circuit Board (PCB) images as well as the synthesized, natural and complicated images.

More details:

  • Matlab Version Source Code: Please click here.
  • C++ Version Source Code: It is only authorized to be free for academic use while charged for commerce.
  • Download paper.

Leave a Comment