我正在使用带有VS2012的EmguCV版本2.4.9.1847 ,但我的课程有问题。它的投掷Emgu.CV.Capture
"The type initializer for 'Emgu.CV.CvInvoke' threw an exception."
当我启动 Capture 示例时,我工作正常,但是当我尝试这个时Capture camera = new Capture();
,它抛出了上述异常。CLR和OpenCV是 64 位的。
提前致谢。
我正在使用带有VS2012的EmguCV版本2.4.9.1847 ,但我的课程有问题。它的投掷Emgu.CV.Capture
"The type initializer for 'Emgu.CV.CvInvoke' threw an exception."
当我启动 Capture 示例时,我工作正常,但是当我尝试这个时Capture camera = new Capture();
,它抛出了上述异常。CLR和OpenCV是 64 位的。
提前致谢。