--- 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} } ```