How to include the correct directory for OpenCV on raspberry?
I installed the openCV to my Raspberry following this tutorial but the files went to directory: usr/local/include/opencv4/opencv2
instead of usr/local/include/opencv2
And now compilation fail even if I use
#include <opencv4/opencv2/opencv.hpp>