1 | initial version |
please
#include <opencv2/imgcodecs.hpp>
in your code.
also you should not include anything from the src folder,
a proper make install
should have copied the headers to
-I/usr/local/include/opencv4
and the libs to
-L/usr/local/lib