File size: 943 Bytes
68abb54
 
 
 
 
 
 
 
 
78762a8
 
 
 
72d348e
78762a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: Ellipse Detection Aamd
emoji: 🏃
colorFrom: gray
colorTo: green
sdk: docker
pinned: false
---

# Arc Adjacency Matrix based Fast Ellipse Detection [*](https://github.com/Li-Zhaoxi/AAMED)

For implementation details on the algorithm, please see the original [paper](https://arxiv.org/abs/1810.03243) and [code](https://github.com/Li-Zhaoxi/AAMED).

[This space](https://huggingface.co./spaces/fjenett/ellipse-detection-aamed) runs on free CPU and does not need a GPU.

# References

This is a space running the code from [here](https://github.com/Li-Zhaoxi/AAMED) as Docker image. Arxiv link: https://arxiv.org/abs/1810.03243

```
@misc{lu2019arcsupport,
      title={Arc-support Line Segments Revisited: An Efficient and High-quality Ellipse Detection}, 
      author={Changsheng Lu and Siyu Xia and Ming Shao and Yun Fu},
      year={2019},
      eprint={1810.03243},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}
```