Visual Studio 2012 and EmguCV issue

I got this error when I try the following:

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 folder in the system to check the dll form on ~ \ Emgu \ emgucv-windows-universal-gpu 2.4.9.1847 \ lib

Any idea?

+6
source share

Source: https://habr.com/ru/post/948365/


All Articles