opencv_core2411d.dll is not installed
Hello. I'm trying to learn the opencv, but even after concluded the installation, when i try to run a simple program, i get and error msg after build. The msg is saying that there is not a opencv_core2411d.dll installed. How can i solve this problem? thx
What environment? Linux? Visual Studio?
i'm using visual studio do you have any solution? please help thx
Look for the Environment Variable
Path
in system settings (through control panel). Also write down the location of where you installed OpenCV and determine the directory (bin
) that contains the DLL. Add the directory path to the environment variable and you should be good to go.