Emgu CV Unable to load DLL 'cvextern' in deployed project

故事扮演 提交于 2019-12-02 08:36:36

The simple answer is, wherever your exe file is, ALL of the EmguCV DLLs AND OpenCV DLLs must be also. What goes on during development has absolutely no bearing on deployment.

I find convenient to put the EmguCV DLLs in the folder with my EXE and in a folder called x64 put all the OpenCV dlls. The x64 folder is ALSo in the same folder as your exe.

Doug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!