Cant apply openCV framework to Xcode
hi i have try to add the opencv framework to my xcode project in order to apply face recognition (PCA) algorithm. xcode is keep telling me that this file are not found
#include <OpenCV/cv.h>
#include <OpenCV/cvaux.h>
#include <Opencv/highgui.h>
i have also to use it on a working opencv project example! and i am keep getting the same problem, ideas?
OpenCV framework is compiled for iOS. Do you use it for iOS project? I am confused by using include directive instead of import.