Emgu.CV.CvInvoke抛出异常抛出、异常、Emgu、CV

2023-09-04 06:03:52 作者:▇▇▇▇▇

林在我的项目中使用emgu。

Im using emgu in my project.

我得到这个exceptit:

I get this exceptit:

下面的详细信息:

Here the details of the exception:

该opencv_core242是在文件夹项目,平台目标设置为86。

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?

推荐答案

您可以使用的Dependency Walker 的上cvextern为.dll,看是否opencv_core242.dll取决于另一个DLL像nvcuda.​​dll或者如果你有一个32/64位不匹配。

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.

看看这个其他的question.