我按照官网方法安装了opencv,运行的也是官网的测试代码:
#include <opencv2/core.hpp> #include <opencv2/highgui.hpp> using namespace cv; int main() { printf("hello world") return 0; }
用了这个解决的,解决了头文件,代码还是没运行,容我再看看
c++ 中——fatal error: opencv2/opencv.hpp: No such file or directory #include <opencv2/opencv.hpp>-CSDN博客