可能重复:
“The application has failed to start because cxcore210.dll was not found”. Why would this happen?
我正在使用OpenCV 2.1.0.0库进行人脸识别,但我在C#中使用它,而不是在C ++中使用它。我正在使用Emgu来包装它,并将所有Dll放在二进制文件夹中。当我尝试运行应用程序时,我得到了Runtime Exception
:
{"Unable to load DLL 'cxcore210':
The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
'cxcore210.dll'与二进制文件夹中的Dll一起使用!
我真的不知道问题是什么。
感谢您的帮助。