RSS Feed for This PostCurrent Article

Open Source .NET Wrapper for OpenCV

Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Linux / Mac OS X.

Unlike other wrappers such as OpenCVDotNet, SharperCV or Code Project which use unsafe code, Emgu CV is written entirely in C#. The benefit is that it can be compiled in Mono and therefore is able to run on any platform Mono supports, including Linux, Solaris and Mac OS X.

Emgu CV can be used from several different languages, including C#, VB.NET, C++ and IronPython.

Check out the code gallery on a lot of samples on face recognition, number plate recognition, etc


Trackback URL


Sorry, comments for this entry are closed at this time.