Hi,
I’m trying to convert a project from OpenCV 3 to open CV 4.
Using Visual Studio 2017 and a prebuild OpenCV I can get it almost working.
The only thing is that Visual Studio gives this error:
|Error|LNK1104|cannot open file ‘opencv_world341d.lib’
Why is it rying to open the old lib? I installed the 4.5.2 version of OpenCV.