Emgu.CV不支持Uri格式

时间:2014-05-12 06:11:29

标签: c# c++ opencv emgucv

我的第一台电脑上有一些程序(每个工作正常) 但当我将我的完整项目复制到另一台PC并尝试运行应用程序时,我收到此错误:

A first chance exception of type 'System.ArgumentException' occurred in mscorlib.dll

Additional information: Formaty identyfikatorów URI nie są obsługiwane.

If there is a handler for this exception, the program may be safely continued.

而不是:

A first chance exception of type 'System.BadImageFormatException' occurred in Emgu.CV.dll

Additional information: Próbowano załadować program w niepoprawnym formacie. (Wyjątek od HRESULT: 0x8007000B)

If there is a handler for this exception, the program may be safely continued.

在此代码中:

BackgroundSubtractorMOG2 pMog11 = new BackgroundSubtractorMOG2(0, 80, false);

我真的不知道该怎么做。 Emgu.CV在第二台PC上有什么问题?

0 个答案:

没有答案