opencv reports an error: because opencv_highgui2411d.dll cannot be found, code execution cannot continue Reinstalling the program may resolve this issue.

After I configured opencv2.4.11 on vs2017, I ran it in vs. It was okay to run it directly, but the debugging operation would report an error.

Then I ran it in vs2013 with no errors. The reason may be that there is a problem with the compatibility between opencv2.4.11 and vs2017. In the opencv directory, see the following figure, you can see that only vc10 (corresponding to vs2010), vc11 (corresponding to vs2012), vc12 (corresponding to vs2013), and no vc15 corresponding to vs2017, so , It is best not to use this version of opencv under vs2017

Published 59 original articles · Likes46 · Visits 30,000+

Guess you like

Origin blog.csdn.net/sinat_41852207/article/details/96008788