.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)包装器?
基础教程推荐
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 将 XML 转换为通用列表 2022-01-01