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

发布于 2024-08-06 10:28:27 字数 90 浏览 7 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

暗藏城府 2024-08-13 10:28:27

项目 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.

银河中√捞星星 2024-08-13 10:28:27

只是发布此内容,以便它可以帮助那些提出相同设置 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/

记忆之渊 2024-08-13 10:28:27

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

挖个坑埋了你 2024-08-13 10:28:27

安装非常简单,只需阅读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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文