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

Dear developer, I attempted to change the code so it could run on C++. In file generateEllipseCandidates.cpp I replaced mexFunction by the following one: ``` void ellipse_detector(Mat& img, int edge_process_select,...

After compiling the cpp file and generating the "mexmaci64" file successfully (I'm working on MacOS), I ran the "LCS_ellipse.m". However, the Matlab crashed every time I ran this file. Could...

According to "Adaptive Inliers Criterion" section of your paper, support inliers distance to initial ellipse candidate should be less than some threshold. However, function calcEllipseParametersAndValidate does not perform that check...

Hello everyone, I am having issues generating the mex file. I have gone through all the posts and solutions regarding this problem. Particularly, implementing the solution for problem #7 fixed...

Hi, I encountered the following problems when I tried to compile generateEllipseCandidates.cpp file, mex generateEllipseCandidates.cpp -I'D:\opencv249\opencv\build\include' -I'D:\opencv249\opencv\build\include\opencv' -I'D:\opencv249\opencv\build\include\opencv2' -L'D:\opencv249\opencv\build\x64\vc12\lib' -I'D:\matlab16a\extern\include' -L'D:\matlab16a\extern\lib\win64\microsoft' -Lopencv_core249 -Lopencv_highgui249 -Lopencv_imgproc249 -Llibmwlapack.lib The problems are: 使用 'MinGW64...

感谢作者的代码,在用matlab coder生成代码的过程中遇到许多问题,请问作者有c++版本吗?感谢!

请问有大佬有纯C++版本的代码嘛,分享一下一块学习呀

我的opencv环境是4.1.0,matlab环境是2018b、 无法编译成功,有遇到这个问题的嘛?

matlab 2016b? opencv 2.4,9 vc11 what mex compiler is ? MingW or Visual Compiler even that what's edition I need more detail info, and now I mex error.... Thanks!