-
Notifications
You must be signed in to change notification settings - Fork 31
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
Example camfilter fails #46
Comments
I also have custom built opencv 4.0.1 |
fixed it by replacing said lines with this:
but now I get the following errors:
|
added .txt file endings because githubs upload filter |
looks like I forgot to set the LLVM_EXPORT_SYMBOLS_FOR_PLUGINS cmake variable when building llvm/clang... might be related to that. |
now I get:
|
I had the same error, i fixed it by adding this two header (in camfilter.cpp):
imgproc_c.h contains definition for CV_AA I didn't change the line like you did by the way. |
Good to know, but i prefer the c++ headers. Still, there is the problem with the undefined symbol |
I could resolve the symbol by adding Now I get this:
|
I have a self-built LLVM/Clang 6.0.1 and building with examples fails at camfilter with
The text was updated successfully, but these errors were encountered: