#include <opencv2/core/version.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:159: recipe for target ‘obj/image_opencv.o‘ failed```
解决方案:
sudo apt-get install libopencv-dev
[Makefile:182: obj/image_opencv.o] Error 1
原文:https://www.cnblogs.com/ljincheng/p/15125846.html