Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/AlanLuSun/Circle-detection
- Owner: AlanLuSun
- Created: 2017-02-03T14:52:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T13:34:55.000Z (about 5 years ago)
- Last Synced: 2024-08-04T04:08:42.592Z (5 months ago)
- Topics: circle-detection, circle-detector, icip, image-processing
- Homepage:
- Size: 18.2 MB
- Stars: 98
- Watchers: 8
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 datasetYou 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.