c++ - vs2013使用opencv报错问题
PHPz
PHPz 2017-04-17 13:29:44
0
2
682

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

PHPz
PHPz

学习是最好的投资!

reply all(2)
刘奇

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

Peter_Zhu

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!