Emgu.CV.CvInvoke threw an exception

会有一股神秘感。 提交于 2019-12-08 11:14:55

问题


Im using emgu in my project.

I get this exceptit:

Here the details of the exception:

The opencv_core242 is in the folder project,and platform target set to x86.

Any idea what might cause the exception and how to solve it?


回答1:


You can use Dependency Walker on cvextern.dll to see if opencv_core242.dll is depending on another dll like nvcuda.dll or if you have a 32/64-bits mismatch.

Take a look at this other question.




回答2:


In .../windows/system32 I pasted cudart32_42_9.dll file.It's helped me to fix me problem



来源:https://stackoverflow.com/questions/12509582/emgu-cv-cvinvoke-threw-an-exception

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!