Forget everything, just add the include directory to your compile options
g++ -o [file] lopencv_highgui -lopencv_core -IC:/workspace/opencv3/build/install/include/
and set OPENCV_DIR to C:/workspace/opencv3/build/install
.
Forget everything, just add the include directory to your compile options
g++ -o [file] lopencv_highgui -lopencv_core -IC:/workspace/opencv3/build/install/include/
and set OPENCV_DIR to C:/workspace/opencv3/build/install
.