Main Page: Difference between revisions

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


== Latest News ==
== Latest News ==
* 2009-07-12 [[Version_History#Emgu.CV-2.0.0.0_Alpha|Emgu.CV-2.0.0.0 Alpha]] is available in [[Sourceforge-url | sourceforge]], this is build with OpenCV SVN 1918 and is not recommend for production environment. Visit [[Version_History#Emgu.CV-2.0.0.0_Alpha|this page]] for change log and known issues.
* 2009-07-12 [[Version_History#Emgu.CV-2.0.0.0_Alpha|Emgu.CV-2.0.0.0 Alpha]] is available in [[Sourceforge-url | sourceforge]]. This version is built with OpenCV SVN 1918 and is not recommend for production environment. See  [[Version_History#Emgu.CV-2.0.0.0_Alpha|change log and known issues]].


* 2009-02-25 [[Version_History#Emgu.CV-1.5.0.0|Emgu.CV-1.5.0.0]] is available in [[Sourceforge-url | sourceforge]]. visit [[Version_History#Emgu.CV-1.5.0.0|this page]] for change log and known issues.
* 2009-02-25 [[Version_History#Emgu.CV-1.5.0.0|Emgu.CV-1.5.0.0]] is available in [[Sourceforge-url | sourceforge]]. See [[Version_History#Emgu.CV-1.5.0.0|change log and known issues]].


* 2008-11-24 [[Version_History#Emgu.CV-1.4.0.0|Emgu.CV-1.4.0.0]] is available in [[Sourceforge-url | sourceforge]]. visit [[Version_History#Emgu.CV-1.4.0.0|this page]] for change log and known issues.
* 2008-11-24 [[Version_History#Emgu.CV-1.4.0.0|Emgu.CV-1.4.0.0]] is available in [[Sourceforge-url | sourceforge]]. See [[Version_History#Emgu.CV-1.4.0.0|change log and known issues]].


* 2008-09-02 [[Version_History#Emgu.CV-1.3.0.0|Emgu.CV-1.3.0.0]] is available in [[Sourceforge-url | sourceforge]]. visit [[Version_History#Emgu.CV-1.3.0.0|this page]] for a list of improvements made in this version.
* 2008-09-02 [[Version_History#Emgu.CV-1.3.0.0|Emgu.CV-1.3.0.0]] is available in [[Sourceforge-url | sourceforge]]. See [[Version_History#Emgu.CV-1.3.0.0|change log]].


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


* 2008-05-10 [http://www.emgu.com/forum Emgu CV Discussion Forum] is available at http://www.emgu.com/forum
* 2008-05-10 [http://www.emgu.com/forum Emgu CV Discussion Forum] is available at http://www.emgu.com/forum

Revision as of 16:08, 7 August 2009

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.

Latest News

A Comparison of OpenCV Wrappers

Name Emgu CV OpenCVDotNet SharperCV Code Project
Cross Platform (Mono) X X X
OpenCV 1.1 X X X
Machine Learning X X
Exception Handling X X X
Debugger Visualizer X X
Actively Maintained 1 X X

1 "Actively Maintained" refers to update within one year.

Advantage of Emgu CV

Cross Platform

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. A lot of efforts has been spend to have a pure C# implementation since the headers have to be ported, compared with managed C++ implementation where header files can simply be included. But it is well worth it if you see Emgu CV running on Fedora 10! Plus it always gives you the comfort knowing that your code is cross-platform.

Cross Language and comes with example code

Emgu CV can be used from several different languages, including C#, VB.NET, C++ and IronPython. On this wiki, we provide examples for all those languages, which are available from the Examples section on Tutorial page. Our Discussion Forum is also available if you have any questions related to your favourite programming language.

Other Advantages

Architecture Overview

Emgu CV has two layers of wrapper as shown below