8000 GitHub - Smorodov/ellipseDetector: OpenCV ellipse detector.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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)
0