Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AlanLuSun/Circle-detection

Circle detection/circle detector by arc-support line segments. The source code for IEEE ICIP paper.
https://github.com/AlanLuSun/Circle-detection

circle-detection circle-detector icip image-processing

Last synced: about 1 month ago
JSON representation

Circle detection/circle detector by arc-support line segments. The source code for IEEE ICIP paper.

Awesome Lists containing this project

README

        

# Circle-detection
Code for the paper:
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)

*Code folder:
Code for circle detetion by arc-support line segments.(It only supports 64-bit Windows operating system)

*Two datasets:
1、The industrial PCB image dataset
2、The natural image dataset

You can contact me by email ([email protected], or [email protected]) if you have any question. Please cite our paper(ICIP 2017), thanks.

# Citation
```
@inproceedings{lu2017circle,
title={Circle detection by arc-support line segments},
author={Lu, Changsheng and Xia, Siyu and Huang, Wanming and Shao, Ming and Fu, Yun},
booktitle={2017 IEEE International Conference on Image Processing (ICIP)},
pages={76--80},
year={2017},
organization={IEEE}
}
```

# Our extended work
[High-quality ellipse detection](https://github.com/AlanLuSun/High-quality-ellipse-detection) which can detect not only circles but also ellipses from images.