.Net (dotNet) wrappers for OpenCV?(OpenCV的.Net(dotNet)包装器?)
问题描述
我看到有几个.opencvdotnet, SharperCV, EmguCV, One on Code Project.
I've seen there are a few of them. opencvdotnet, SharperCV, EmguCV, One on Code Project.
有人对这些有任何经验吗?我在 Code Project 上玩了一会儿,但是当我尝试做任何复杂的事情时,我得到了一些令人讨厌的无法捕获的异常(即 Msgbox 异常).最好是跨平台(支持 Mono).
Does anyone have any experience with any of these? I played around with the one on Code Project for a bit, but as soon as I tried to do anything complicated I got some nasty uncatchable exceptions (i.e. Msgbox exceptions). Cross platform (supports Mono) would be best.
推荐答案
我开始使用 opencvdotnet,但它并没有真正积极地开发.此外,对我需要的功能(面部检测)的支持不完整.我现在正在使用 EmguCV:它封装了 API 的大部分,并且它背后的人对建议和要求非常敏感.该代码令人赏心悦目,并且可以在 Mono 上运行.
I started out with opencvdotnet but it's not really actively developed any more. Further, support for the feature I needed (facedetection) was patchy. I'm using EmguCV now: It wraps a much greater part of the API and the guy behind it is very responsive to suggestions and requests. The code is a joy to look at and is known to work on Mono.
我已经写了一个快速入门指南 在我的博客上.
I've wrote up a quick getting-started guide on my blog.
这篇关于OpenCV的.Net(dotNet)包装器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:OpenCV的.Net(dotNet)包装器?


- 输入按键事件处理程序 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01