I want to compile an opencv Console C++ program in Visual Studio 2013. This is my code:
#include \"stdafx.h\" #include \"opencv2/highgui/highgui.hpp\" #inclu
You can check your system variable to confirm the directory in which opencv_world300.dll is located (maybe C:\opencv\build\x64\vc12\bin) is present.
opencv_world300.dll
C:\opencv\build\x64\vc12\bin
If it exists but the problem still is not solved, try to put all .dll files in the directory to C:\WINDOWS\system32
.dll
C:\WINDOWS\system32