C++ solution for ellipse detection. The key idea is based on this article.
- OpenCV: 2.x (or 3.x) installed on your PC
- g++ compiler: 4.2 or higher
cd ../EllipseDetector
make
cd build/
./detector ../data/example.png ../data/example_out.png
All of the advanced options you can tune in the ../sources/detector.cpp
file.