I'm a beginner programmer so may have missed something obvious here. I'm following this tutorial to set up opencv on my Mac: OpenCV Linux Install (Yes it's the linux version, but it's supposed to work with Mac) I've followed all directions, and everything worked correctly. ( I did CMake, make, and sudo make install with no errors)
However, when I compile, I get errors saying the compiler cannot find the header files. Example:
fatal error: ' opencv2\opencv.hpp ' file not found
#include < opencv2\opencv.hpp >
I'm guessing I did not yet link my installation or maybe "set the path"? However, that was not in the directions. Any ideas?