opencv_for_ios_book_samples
opencv_for_ios_book_samples copied to clipboard
Won't run Chapter04 and Chapter15 samples using Xcode 7...
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

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!