Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 VS 2010 和 openCV 2.4.3 中运行 cpp 程序,在设置所有必要的内容后出现以下错误:1>LINK:致命错误 LNK1104:无法打开文件“opencv_calib3d243.dll”
希望可以有人帮帮我。
将OpenCV的bin文件地址添加到你系统的环境设置路径...
另一种选择是将dll复制到运行应用程序的目录中,并在vs2010内部将项目中的工作目录设置为此路径。