-
Notifications
You must be signed in to change notification settings - Fork 39
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
Use of undeclared identifier 'CV_AA' #24
Comments
you need to add the _c type files from opencv to subpixelcorner.h and marker.h (maybe some others as well) #include <opencv2/imgproc/imgproc_c.h> |
This seems to work on Mac, I hope it does the same on linux |
@jaysonh thanks for the tip, this fixed an issue for me on Android. |
If anyone wants to send a PR that would be useful |
I sent a PR with the changes if you want to incorporate them. |
This and a bunch of other issues on the new xcode version. like:
Use of undeclared identifier 'CV_BGR2GRAY'; did you mean 'COLOR_BGR2GRAY'?
. When I fix them, it only goes downhill with other undeclared variables etc.The text was updated successfully, but these errors were encountered: