OpenCV的.Net(dotNet)包装器?

.Net (dotNet) wrappers for OpenCV?(OpenCV的.Net(dotNet)包装器?)
本文介绍了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)包装器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
Programmatically show the desktop(以编程方式显示桌面)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
LINQ many-to-many relationship, how to write a correct WHERE clause?(LINQ多对多关系,如何写一个正确的WHERE子句?)