如何在 C# 中安装和使用 Emgu CV?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1518506/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 18:20:15  来源:igfitidea点击:

How to install and use Emgu CV in C#?

c#c#-4.0emgucv

提问by john

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.

我正在尝试使用 Emgu CV 进行图像处理项目,但我仍然不知道要求。谁能告诉我所需的dll文件是什么?我应该在哪里复制它们以使用该包装器?请从头描述。谢谢。

回答by Razzie

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 questionon SO. Hope this helps.

项目 wiki 上有完整的安装指南:http: //www.emgu.com/wiki/index.php/Download_And_Installation。还有一个关于 SO的相关问题。希望这可以帮助。

回答by kenny

@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.

@Razzie 是正确的。我发现将这些 DLL 包含在您的 OpenCV 汇编项目中并在构建/更改时提供副本很有帮助:cv110.dll、cvaux110.dll、cxcore110.dll、highgui110.dll、opencv_ffmpeg110.dll 和 ml110.dll。

回答by Anil Kumar

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.

安装非常简单,只需阅读http://www.emgu.com/wiki/index.php/Download_And_Installation,从sourceforge.net 下载并像通常安装其他程序一样安装。

回答by Rajind Ruparathna

Just posting this so that it might help someone who comes up with the same isse of setting up EmguCv.

只是张贴这个,以便它可以帮助那些提出设置 EmguCv 相同问题的人。

https://notebookbft.wordpress.com/2015/03/08/setting-up-emgu-cv-project-with-visual-studio/

https://notebookbft.wordpress.com/2015/03/08/setting-up-emgu-cv-project-with-visual-studio/