[Makefile:182: obj/image_opencv.o] Error 1

 #include <opencv2/core/version.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:159: recipe for target 'obj/image_opencv.o' failed```
解决方案:

sudo apt-get install libopencv-dev
原文地址:https://www.cnblogs.com/ljincheng/p/15125846.html