Skip to content
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

Won't run Chapter04 and Chapter15 samples using Xcode 7... #7

Open
dddppp opened this issue Mar 7, 2016 · 1 comment
Open

Won't run Chapter04 and Chapter15 samples using Xcode 7... #7

dddppp opened this issue Mar 7, 2016 · 1 comment

Comments

@dddppp
Copy link

dddppp commented Mar 7, 2016

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
screen shot 2016-03-07 at 11 13 44

@yezhisaim
Copy link

I fixed this by replacing the statement #import "opencv2/highgui/ios.h" to "#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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants