-
Notifications
You must be signed in to change notification settings - Fork 391
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
Build fails with OpenCV 4.4 #104
Comments
Hi @walchko , I also met this problem. Did you find a way to resolve this? I'm using opencv 3.2.4. Thanks! |
no I didn't ... sorry |
Ahh, no worry. I will let you know if I find the solution. But thank you anyway! |
hmmm, I finally make it compiled on my laptop. There are several tips I find useful. I have tried to debug this problem related to opencv, but after I try these steps, this bug also disappeared.
|
I have solved this problem by adding
into AstDetector.h |
i meet this error and can you tell how did you make it successful in you laptop? error: invalid new-expression of abstract class type ‘agast::AgastDetector5_8’ |
Adding on to the third point, there are |
I tried to build this on my Mac (10.15.5), but had issues. I get a lot of errors complaining about
CvPoint
which was the legacy C code and should now becv::Ppoint
instead.Is there any intention of updating the code base ... there are lot of other errors and warnings like this one:
The text was updated successfully, but these errors were encountered: