Emgu.CV.CvInvoke threw an exception

2019-06-14 04:13发布

Im using emgu in my project.

I get this exceptit: enter image description here

Here the details of the exception: enter image description here

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?

2条回答
男人必须洒脱
2楼-- · 2019-06-14 04:24

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.

查看更多
叼着烟拽天下
3楼-- · 2019-06-14 04:41

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

查看更多
登录 后发表回答