apparently, I have download the opencv2.framework from http://sourceforge.net/projects/opencvlibrary/files/opencv-ios/
but after I've download the example project from GSOC 2012 the facedetectvideo project requires opencv2/highgui/cap_ios.h in the framework but opencv2.framework doesn't have it.
any suggestion about the latest full framework?
any help would be appreciated.thx
As of now, the header file was moved to a new location. Try this.
#import <opencv2/videoio/cap_ios.h>
From new libraries, you have to use following header
#import "opencv2/imgcodecs/ios.h"
You don't need cap_ios.h.
You only need to #import <opencv2/opencv.hpp>
in your prefix.pch file after you drag the "opencv.framework" file into Xcode.
The GSOC opencv code is for some sort of development version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With