采用Visual Studio2012,用OpenCV做图像处理。编译通过,运行时出现如下错误,怎么解决?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了采用Visual Studio2012,用OpenCV做图像处理。编译通过,运行时出现如下错误,怎么解决?相关的知识,希望对你有一定的参考价值。
“test2.exe”(Win32): 已加载“D:\Program Files\opencv\build\x86\vc11\bin\opencv_imgproc248d.dll”。无法查找或打开 PDB 文件。
“test2.exe”(Win32): 已加载“D:\Program Files\opencv\build\x86\vc11\bin\opencv_highgui248d.dll”。无法查找或打开 PDB 文件。
“test2.exe”(Win32): 已加载“D:\Program Files\opencv\build\x86\vc11\bin\opencv_objdetect248d.dll”。无法查找或打开 PDB 文件。
以上是关于采用Visual Studio2012,用OpenCV做图像处理。编译通过,运行时出现如下错误,怎么解决?的主要内容,如果未能解决你的问题,请参考以下文章
使用 Visual Studio 2017 构建 open62541 DLL
如何使用 Visual Studio 2010 在 Windows 上使用 Open MPI 构建 boost::mpi 库