下次尝试时出现此错误:
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
任何想法?