Open justonedeveloper opened 7 years ago
I have the same problem
Not sure if this is related or a different problem, but I get this error when I try to build the example-advanced project:
Cannot open include file: 'opencv/cv.h': No such file or directory (compiling source file src\ofApp.cpp) example-advanced C:\Users\selli\openFrameworks\addons\ofxFaceTracker\libs\FaceTracker\include\FaceTracker\IO.h 42
Searching the project in the Solution Explorer doesn't show a "cv.h" file anywhere.
The error is at line 42: #include <opencv/cv.h>
Interestingly, Line 43 has: #include <opencv2/opencv.hpp>
which returns no error as opencv.hpp is indeed found under ofxOpenCv/libs/opencv/include/opencv2
But there's no cv.h file in any of those directories.
Hello, I try to run the code which is located in example-advanced folder of https://github.com/kylemcdonald/ofxFaceTracker with
Visual Studio using openFrameworks plugin
. The example's addons.make file contains:So I downloaded https://github.com/kylemcdonald/ofxCv/ and placed both
ofxCv
andofxFaceTracker
in openFrameworks/addons folder. I got error as shown below:How to solve the problem?Any suggestions?