hello i have a problem in opencv configuration with visual studio in c++
The fact is this: when I run the program, it gives me error as it finds the .dll libraries.
Guide on this step is not explained. Where and what should I include in Visual Studio? Could someone help me please? Error LNK1181 cannot open input file 'opencv_calib3d243.lib' config
1st thing to do: update ! [either 3.4.1 or OpenCV 2.4.13.6]
if you do so, all you'll have is an opencv_worldxxx.lib, and you just link that !
try and report back, please.
"LNK1181" -- that's a linker error, it won't build any program, the problem with dll's comes later, at runtime !