Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

h3ct0r/fast_ellipse_detector

Repository files navigation

Fast Ellipse Detector

This is the implementation in C++ of the paper: 'A fast and effective ellipse detector for embedded vision applications'. It runs on Ubuntu 16.04 with OpenCV 2.4.13.

Original author: mikispace (https://sourceforge.net/projects/yaed/)

Michele Fornaciari, Andrea Prati, Rita Cucchiara, "A fast and effective ellipse detector for embedded vision applications", Pattern Recognition, 2014

(http://www.sciencedirect.com/science/article/pii/S0031320314001976)

How to compile:

g++ Main.cpp EllipseDetectorYaed.cpp common.cpp -o ellipse_det -std=c++11 `pkg-config --cflags --libs opencv`

How to run:

./ellipse_det

About

This is the implementation in C++ of the paper: 'A fast and effective ellipse detector for embedded vision applications'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /