净(dotNet的)包装的OpenCV的?dotNet、OpenCV

2023-09-02 01:29:07 作者:惡γi沸騰⌒

我已经看到有几个人。 opencvdotnet ,的 SharperCV , EmguCV ,的一位。

I've seen there are a few of them. opencvdotnet, SharperCV, EmguCV, One on Code Project.

有没有人有任何这些经验吗?我的一个在code项目有点发挥各地,但只要我试图做复杂的事情我有一些讨厌的不可捕获的异常(即MSGBOX例外)。跨平台(支持单声道)将是最好的。

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,但它没有真正积极地开发了。此外,对于我所需要的功能(facedetection)的支持是片状。我使用 EmguCV即时:它包装API的更大一部分的家伙背后却是非常敏感的建议和要求。在code是一个欢乐的看,被称为工作在单声道。

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.

相关推荐