close
Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.
 
 

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages