Home  >  Q&A  >  body text

c++ - vs2013使用opencv报错问题

在vs2013上好不容易配置好opencv3.1,f5运行网上给的示例程序后报错如下:
无法启动此程序,因为计算机中丢失opencv_world310.dill。尝试重新安装此程序以解决此问题
请问是哪里出错了

PHPzPHPz2765 days ago718

reply all(2)I'll reply

  • 怪我咯

    怪我咯2017-04-17 13:31:44

    Because opencv_world310.dll is missing from the computer, this dll should be in the cv library directory. Try putting it in the system32 and sysWow64 directories

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 13:31:44

    Search for this dll file on your computer, and then put the received directory into the path of the system environment variable.

    reply
    0
  • Cancelreply