Main Page: Difference between revisions

From EMGU
Jump to navigation Jump to search
Line 2: Line 2:


== Latest News ==
== Latest News ==
* 2008-05-24 [[Emgu.CV-1.3.0.0]] is available in [[Sourceforge-url | sourceforge]]. visit [[Emgu.CV-1.3.0.0|this page]] for a list of improvements made in this version.
* 2008-09-02 [[Emgu.CV-1.3.0.0]] is available in [[Sourceforge-url | sourceforge]]. visit [[Emgu.CV-1.3.0.0|this page]] for a list of improvements made in this version.


* 2008-05-24 [[Emgu.CV-1.2.2.0]] is available in [[Sourceforge-url | sourceforge]]. visit [[Emgu.CV-1.2.2.0|this page]] for a list of improvements made in this version.
* 2008-05-24 [[Emgu.CV-1.2.2.0]] is available in [[Sourceforge-url | sourceforge]]. visit [[Emgu.CV-1.2.2.0|this page]] for a list of improvements made in this version.

Revision as of 02:35, 3 September 2008

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 / Solaris / Mac OS X.

Latest News

Advantage of Emgu CV

Cross Platform

Unlike other wrappers such as OpenCVDotNet or SharperCV which are written in Managed C++, Emgu CV is written entirely in C#. The benefit is that it can be compiled on Mono and therefore is able to run on any platform Mono supports, including Linux / Solaris and Mac OS X. A lot more effort has been spend to have an C# implementation since the headers has to be ported, compares with managed C++ implementation where that header files can simply be included. But it is well worth it once I see Emgu CV running on my Fedora 9! Plus it always give you the comfort knowing that your code is cross-platform.

Other Advantages

Architecture Overview

Emgu CV has two layers of wrapper as shown below

File:EmguCVArchitecture.gif