0

I am using VS2013 plus Win7.

I am trying to install OpenCV 3.0.0 and run CannyStill.cpp according to the following instructions.

Since my previous attempt didn't work out well, I am now trying with OpenCV 3.0.0.

But there is a new problem.

enter image description here

How can I solve the issue?

Here are my configurations:

enter image description here

enter image description here

3.

enter image description here

user366312
  • 16,949
  • 65
  • 235
  • 452

2 Answers2

0

Just copy that dll where your sources are (Project folder), and that will fix it.

Visual studio tries to execute the compiled exe in the location of the sources, so it needs the .dll there.

petacreepers23
  • 164
  • 1
  • 9
0

a good option is copy opencv_world300d.dll (debug mode) or opencv_world300.dll(release mode) but it's too boring... I recommend you finding the directory which containt opencv_world300d.dll or opencv_world300.dll and edit your environment variable : image example

:D

Rovaceni23
  • 19
  • 4