如何在C#中安装和使用Emgu CV?
我正在尝试使用 Emgu CV 做一个图像处理项目,但我仍然不知道要求。谁能告诉我所需的dll文件是什么?我应该在哪里复制它们才能使用该包装器?请从头开始描述。谢谢。
I'm trying to do an image processing project using Emgu CV, but I still dont know about the requirements. Can anybody tell me what the required dll files are? And where should I copy them in order to use that wrapper? Please describe from the start. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
项目 wiki 上有完整的安装指南: http://www.emgu.com /wiki/index.php/Download_And_Installation 。 SO 上还有相关问题。希望这有帮助。
There is a complete installation guide on the project wiki: http://www.emgu.com/wiki/index.php/Download_And_Installation . There is also a related question on SO. Hope this helps.
只是发布此内容,以便它可以帮助那些提出相同设置 EmguCv 问题的人。
https://notebookbft。 wordpress.com/2015/03/08/setting-up-emgu-cv-project-with-visual-studio/
Just posting this so that it might help someone who comes up with the same isse of setting up EmguCv.
https://notebookbft.wordpress.com/2015/03/08/setting-up-emgu-cv-project-with-visual-studio/
@Razzie是正确的。我发现将这些 DLL 包含在 OpenCV 程序集项目中并在构建/更改时保留一份副本很有帮助:cv110.dll、cvaux110.dll、cxcore110.dll、highgui110.dll、opencv_ffmpeg110.dll 和 ml110.dll。
@Razzie is correct. I found it helpful include these DLLs in your OpenCV assembly project with a copy on build/change: cv110.dll, cvaux110.dll, cxcore110.dll, highgui110.dll, opencv_ffmpeg110.dll and ml110.dll.
安装非常简单,只需阅读http://www.emgu.com/wiki/index.html即可。 php/Download_And_Installation ,从sourceforge.net下载并像通常安装其他程序一样安装。
Installation is very simple , just read http://www.emgu.com/wiki/index.php/Download_And_Installation , Download from sourceforge.net and install as you usually install other programs.