High-quality-ellipse-detection
High-quality-ellipse-detection copied to clipboard
Python implementation request
This is a cool repo, but Matlab is beyond the reach of most users. Is it possible to develop a Python 3.7 implementation? Thanks much.
Actually, the source code of the proposed high-quality ellipse detection is quite long and complicated. I think it will take much time to develop another version. In the future, we will release the C++ version, and maybe you can use Cython to compile it for the python usage.
OK. Thanks.
I don't know if using Numpy and Scipy will make it any shorter.
Yes, it may be shorter.
Actually, the source code of the proposed high-quality ellipse detection is quite long and complicated. I think it will take much time to develop another version. In the future, we will release the C++ version, and maybe you can use Cython to compile it for the python usage. When will you release the CPP version?
Wish the C++ version comes soon.
Could you please update the code to latest version of opencv and mexopencv. I am facing issues with visual studio 2010 compiler in matlab 2018Ra. Kindly do the needful.
yes, when the C++ version will be release
use matlab coder to transform the m files to c++code.but a little slower than original codes
This is a cool repo, but Matlab is beyond the reach of most users. Is it possible to develop a Python 3.7 implementation? Thanks much.
If authors permit, let's port the code to Python.
Boiling it down to the pure C++ lines and removing all the matlab stuff might help use either Cython or anything else, probably other languages too. The issue is now that the you need a windows machine with specific matlab setup to get this even to compile. Which I've been unable to get working.
Are there any python ports?