Visual Studio 2012和EmguCV问题

4

我尝试以下操作时出现了此错误:

var openCVImg = new Image<Bgr, byte>(colorBitmap.ToBitmap());

错误详情:

{"Unable to load DLL 'opencv_core249': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}

我将我的路径目录添加到系统中,以便检查位于~\Emgu\emgucv-windows-universal-gpu 2.4.9.1847\lib下的dll。有什么想法吗?
1个回答

3

谢谢,这有效,我直接将OpenCV库复制到我的项目bin目录下。 - nramirez

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接