├── Ground truth_Industrial_PCB_Image_Dataset.zip ├── Ground truth_Natural_Image_Dataset.tar ├── Industrial PCB Image Dataset.rar ├── Natural Image Dataset.rar ├── README.md └── code.zip /Ground truth_Industrial_PCB_Image_Dataset.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanLuSun/Circle-detection/2762c9735c174de2ccc92773fc0d9a0e3ea6be06/Ground truth_Industrial_PCB_Image_Dataset.zip -------------------------------------------------------------------------------- /Ground truth_Natural_Image_Dataset.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanLuSun/Circle-detection/2762c9735c174de2ccc92773fc0d9a0e3ea6be06/Ground truth_Natural_Image_Dataset.tar -------------------------------------------------------------------------------- /Industrial PCB Image Dataset.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanLuSun/Circle-detection/2762c9735c174de2ccc92773fc0d9a0e3ea6be06/Industrial PCB Image Dataset.rar -------------------------------------------------------------------------------- /Natural Image Dataset.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanLuSun/Circle-detection/2762c9735c174de2ccc92773fc0d9a0e3ea6be06/Natural Image Dataset.rar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Circle-detection 2 | Code for the paper: 3 | Changsheng Lu, Siyu Xia, Wanming Huang, Ming Shao, Yun Fu. [Circle Detection by Arc-support Line Segments](https://alanlusun.github.io/publication/2017-09-20-Circle-Detection/). In: The 24rd IEEE International Conference on Image Processing (ICIP), 2017 (Oral Presentation) 4 | 5 | *Code folder: 6 | Code for circle detetion by arc-support line segments.(It only supports 64-bit Windows operating system) 7 | 8 | *Two datasets: 9 | 1、The industrial PCB image dataset 10 | 2、The natural image dataset 11 | 12 | You can contact me by email (ChangshengLuu@gmail.com, or xia081@gmail.com) if you have any question. Please cite our paper(ICIP 2017), thanks. 13 | 14 | # Citation 15 | ``` 16 | @inproceedings{lu2017circle, 17 | title={Circle detection by arc-support line segments}, 18 | author={Lu, Changsheng and Xia, Siyu and Huang, Wanming and Shao, Ming and Fu, Yun}, 19 | booktitle={2017 IEEE International Conference on Image Processing (ICIP)}, 20 | pages={76--80}, 21 | year={2017}, 22 | organization={IEEE} 23 | } 24 | ``` 25 | 26 | # Our extended work 27 | [High-quality ellipse detection](https://github.com/AlanLuSun/High-quality-ellipse-detection) which can detect not only circles but also ellipses from images. 28 | -------------------------------------------------------------------------------- /code.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanLuSun/Circle-detection/2762c9735c174de2ccc92773fc0d9a0e3ea6be06/code.zip --------------------------------------------------------------------------------