OpenCV 3.4.0 C problematic function cvLoadImage()
I am coding in C in Visual Studio Code on a linux OS.
Our class has to install openCV for a gif maker project, after installing v3.4.0 and fixing the includes, I noticed that there is a single function, cvLoadImage() that isn’t recognized by gcc.
template code