简体   繁体   English

opencv_world300d.dll丢失

[英]opencv_world300d.dll is missing

I am using VS2013 plus Win7. 我正在使用VS2013 plus Win7。

I am trying to install OpenCV 3.0.0 and run CannyStill.cpp according to the following instructions. 我试图按照以下说明安装OpenCV 3.0.0并运行CannyStill.cpp

Since my previous attempt didn't work out well, I am now trying with OpenCV 3.0.0. 由于以前的尝试无法很好地完成,因此我现在尝试使用OpenCV 3.0.0。

But there is a new problem. 但是有一个新问题。

在此处输入图片说明

How can I solve the issue? 我该如何解决这个问题?

Here are my configurations: 这是我的配置:

在此处输入图片说明

在此处输入图片说明

3. 3。

在此处输入图片说明

Just copy that dll where your sources are (Project folder), and that will fix it. 只需将该dll复制到您的源文件所在的位置(项目文件夹),即可修复该文件。

Visual studio tries to execute the compiled exe in the location of the sources, so it needs the .dll there. Visual Studio会尝试在源位置执行已编译的exe,因此它在那里需要.dll。

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 一个不错的选择是复制opencv_world300d.dll(调试模式)或opencv_world300.dll(发布模式),但是它太无聊了。我建议您找到包含opencv_world300d.dll或opencv_world300.dll的目录并编辑环境变量: 图片示例

:D :D

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM