.Net (dotNet) wrappers for OpenCV? [closed]

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.

Leave a Comment