I'm in the proces of implementing an Object-Recognition system using OpenCV, however I am having problem with the headers, it keeps saying unresolved, and the functions of the libraries are still red. I am ending up with lots of unresolved inclusions in the open-source opencv - Why am I getting those?
And the version I'm using is: opencv_java451.
I've made a search of the unresolved inclusions. Here's a screenshot of it:
Also I am getting an red error on interface.h located in opencv/build/include/opencv2/core/hal.
Also it's like I don't have a proper compiler for C++?
What am I doing wrong?