简体   繁体   English

Visual Studio 2012和EmguCV问题

[英]Visual studio 2012 and EmguCV Issue

I got this error when i try next: 我下次尝试时出现此错误:

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

Error details: 错误详情:

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

I add to my Path directory in system to check form dlls on ~\\Emgu\\emgucv-windows-universal-gpu 2.4.9.1847\\lib 我在系统中添加到我的Path目录来检查〜\\ Emgu \\ emgucv-windows-universal-gpu 2.4.9.1847 \\ lib上的表单dll

Any idea? 任何的想法?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM