Ask Your Question

OrAzran's profile - activity

2017-03-17 10:54:38 -0600 received badge  Popular Question (source)
2012-09-19 09:50:59 -0600 received badge  Student (source)
2012-09-05 01:52:17 -0600 commented answer Cant apply openCV framework to Xcode

doesn't work thanks for trying

2012-09-04 11:05:27 -0600 asked a question 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?