How do you properly add ofxOpenCv to your project? Here is what I’ve done thus far…
- Copy apps/examples/emptyExample project into a new project at apps/myApps/helloWorld
- Open Xcode project
- Rename project in Xcode: Project > Rename
- Attempt to add ofxOpenCv in Xcode: Project > Add to Project
- Select addons/ofxOpenCv folder
- Select “Relative to Project” and “Recursively create groups…”
- Build and Run to see if all goes well
This is the first error and I dont understand why it can’t find the file(s)
/Users/mattwright/Workspace/oF/apps/myApps/helloWorld/…/…/…/addons/ofxOpenCv/libs/opencv/include/opencv/cv.h:63:33: error: opencv2/core/core_c.h: No such file or directory
What do I have to do to get it find the files? I’ve tried adding the addons/ofxOpenCv/libs folder as well