We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am getting some errors when trying to run the examples of Chapter 04 and Chapter15.. I tried to manually add the openCV framework but won't suffice.
Any help / idea / workaround?
Thanks
The text was updated successfully, but these errors were encountered:
I fixed this by replacing the statement #import "opencv2/highgui/ios.h" to "#import "opencv2/imgcodecs/ios.h".
#import "opencv2/highgui/ios.h"
"#import "opencv2/imgcodecs/ios.h"
Looks like the ios.h file that declares the UIIMageToMat function has been moved from the highgui to imgcodecs directory in the latest framework.
Hope this helps!
Sorry, something went wrong.
No branches or pull requests
Hello,
I am getting some errors when trying to run the examples of Chapter 04 and Chapter15.. I tried to manually add the openCV framework but won't suffice.
Any help / idea / workaround?
Thanks
The text was updated successfully, but these errors were encountered: