-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong output of the ellipse detector in C++ #12
Comments
Hey, could you share the entire C++ code so I could have a look at it? |
Sure ;) main.cpp detector_core.h : |
Thank you so much, I'll look through it |
Hey, I'm having a few problems getting the lapacke header files to be recognized by my visual studio, do you have any idea about it? I already added the lapacke libraries and dlls to my project. |
Hi, IaBogdi, Do you have solved the above problem ? |
Hi, @IaBogdi , did you manage to solve the problem of not detecting any ellipse? |
Could be the lapack you link to the program. I tried with lapack (failure, just like you, no initial ellipses), mwlapack (lapack with matlab) this one works, lapack from veclib of macos (works). |
@IaBogdi The pastebin links are dead. Can you upload your code again? Thanks! |
Hi, My dear friend~ |
@IaBogdi |
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:
and main.cpp is the following one:
detector_core.h is a code of your detector where I put your code with the ellipse_detector function.
It works so that it detects arc-support lines, combines them into groups but it cannot find initial ellipses and hence no output ellipses, only arcs which look quite reliable.
How to fix it so it could provide ellipses?
The text was updated successfully, but these errors were encountered: