High-quality-ellipse-detection icon indicating copy to clipboard operation
High-quality-ellipse-detection copied to clipboard

A high-quality ellipse detector based on arc-support line segments which can both accurately and efficiently detect ellipses in images.

Results 28 High-quality-ellipse-detection issues
Sort by recently updated
recently updated
newest added

When I try to compile the file "generateEllipseCandidates.cpp" in MATLAB , a problem occurs as follow: >> mex G:\matlab_code\High-quality-ellipse-detection-master\generateEllipseCandidates.cpp -IG:\software\opencv\build\include -IG:\software\opencv\build\include\opencv -IG:\software\opencv\build\include\opencv2 -LG:\software\opencv\build\x64\vc11\lib -I'C:\Program Files\MATLAB\R2017a\extern\include' -L'C:\Program Files\MATLAB\R2017a\extern\lib\win64\microsoft' -lopencv_core249 -lopencv_highgui249 -lopencv_imgproc249...

Can you provide some idea for migrating the code/compilation to Linux?

MATLAB可以编译其他有opencv库的cpp,但是运行这个cpp文件时会出现上诉问题,用的是MATLAB2016b,opencv2.4.13.并且如果方便的话,请上传一下已经编译好的mexw64文件

Hi. I openCV2.4.9 installed in D:\OpenCV directory. The command I used was the following: mex generateEllipseCandidates.cpp -ID:\OpenCV\opencv\build\include -ID:\OpenCV\opencv\build\include\opencv -ID:\OpenCV\opencv\build\include\opencv2 -LD:\OpenCV\opencv\build\x64\vc11\lib -LC:\Program Files\MATLAB\R2018b\extern\include -LC:\Program Files\MATLAB\R2018b\extern\lib\win64\microsoft -lopencv_core249 -lopencv_highgui249 -lopencv_imgproc249 -llibmwlapack.libmex but I'm...

您好,想要请教您一下,在您的程序中用的是opencv2.4.9,如果是用其他版本的opencv的话程序还能否工作呢,如果可以的话在编译那个cpp文件时需要对语句做哪些改变呢,期待您的回复,万分感谢!

Portions of the code are unreadable because they're not in English. Please update the code to be in English only, so it can be better understood by the international community....

hello!there are many other algorithms in your article in comparism to improve that your method is very good.would you like to share the code of those other algorithms?thank you!

Hello author, I just wonder if you have any Opencv-based Python implementation of your algorithm for a fast integration into our own project. I'm looking forward to your fast reply....