Skip to content

Smorodov/ellipseDetector

Repository files navigation

Overview

This is a try to port MATLAB ellipse detector project to cpp.

Project based on https://github.com/AlanLuSun/High-quality-ellipse-detection repository.

Seems it works well now, but It still need to check carefully.

Prerequisites (which I used)

  • OS Windows 10 MSVS 2019

  • Packages

  1. OpenCV 4.x
  2. CMake
  3. Eigen
  4. MATLAB (if you want matlab binding)