Main Page: Difference between revisions

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


== Latest News ==
== Latest News ==
* 2012-05-26 [[Version_History#Emgu.CV-2.4.0|Emgu.CV-2.4.0]] is available in [[Sourceforge-url | sourceforge]]. '''This version adds support for iOS and Android'''. See [[Version_History#Emgu.CV-2.4.0|change log and known issues]].
* 2011-08-20 [[Version_History#Emgu.CV-2.3.0|Emgu.CV-2.3.0]] is available in [[Sourceforge-url | sourceforge]]. See [[Version_History#Emgu.CV-2.3.0|change log and known issues]].
* 2011-08-20 [[Version_History#Emgu.CV-2.3.0|Emgu.CV-2.3.0]] is available in [[Sourceforge-url | sourceforge]]. See [[Version_History#Emgu.CV-2.3.0|change log and known issues]].
* 2011-02-05 [[Version_History#Emgu.CV-2.2.1|Emgu.CV-2.2.1.1150]] is available in [[Sourceforge-url | sourceforge]]. See [[Version_History#Emgu.CV-2.2.1|change log and known issues]].
* 2011-02-05 [[Version_History#Emgu.CV-2.2.1|Emgu.CV-2.2.1.1150]] is available in [[Sourceforge-url | sourceforge]]. See [[Version_History#Emgu.CV-2.2.1|change log and known issues]].
* 2010-12-15 [[Version_History#Emgu.CV-2.2.0.0|Emgu.CV-2.2.0.1010]] is available in [[Sourceforge-url | sourceforge]]. See [[Version_History#Emgu.CV-2.2.0.0|change log and known issues]].
* 2010-12-15 [[Version_History#Emgu.CV-2.2.0.0|Emgu.CV-2.2.0.1010]] is available in [[Sourceforge-url | sourceforge]]. See [[Version_History#Emgu.CV-2.2.0.0|change log and known issues]].
* 2010-04-06 [[Version_History#Emgu.CV-2.1.0.0|Emgu.CV-2.1.0.0]] is available in [[Sourceforge-url | sourceforge]]. It is released on the same day as OpenCV 2.1! In this release we have keep up our cross platform promise and release binaries for <b>64-bit windows</b>, as well as <b>32 & 64 bit debian package for Unbuntu</b> and <b>32 bit rpm package for Fedora 12</b>! See [[Version_History#Emgu.CV-2.1.0.0|change log and known issues]].
* 2010-04-06 [[Version_History#Emgu.CV-2.1.0.0|Emgu.CV-2.1.0.0]] is available in [[Sourceforge-url | sourceforge]]. It is released on the same day as OpenCV 2.1! In this release we have keep up our cross platform promise and release binaries for 64-bit windows, as well as 32 & 64 bit debian package for Unbuntu and 32 bit rpm package for Fedora 12! See [[Version_History#Emgu.CV-2.1.0.0|change log and known issues]].


* 2009-10-25 [[Version_History#Emgu.CV-2.0.1.0|Emgu.CV-2.0.1.0]] is available in [[Sourceforge-url | sourceforge]]. Welcome to the first .NET wrapper that is compatible with OpenCV 2.0! See [[Version_History#Emgu.CV-2.0.1.0|change log and known issues]].
* 2009-10-25 [[Version_History#Emgu.CV-2.0.1.0|Emgu.CV-2.0.1.0]] is available in [[Sourceforge-url | sourceforge]]. Welcome to the first .NET wrapper that is compatible with OpenCV 2.0! See [[Version_History#Emgu.CV-2.0.1.0|change log and known issues]].

Revision as of 02:28, 27 May 2012

Emgu CV is a cross platform .Net wrapper to the 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 Windows, Linux, Mac OS X, iPhone, iPad and Android devices.

Latest News

A Comparison of Emgu CV Versions

Name Emgu CV (Open Source) Emgu CV (Commercial Optimized) Emgu CV for iOS (Commercial) Emgu CV for Android (Beta)
OS Windows, Linux, Mac OSX Windows iOS (iPhone, IPad, IPod Touch) Android
Supported CPU Architecture i386, x64 i386, x64 armeabi, armeabi-v7, i386 (Simulator) armeabi, armeabi-v7a, x86
GPU Processing X X
Machine Learning
Tesseract OCR
Intel TBB (multi-thread) X X X
Intel IPP (high performance) X X X
Intel C++ Compiler (fast code) X X X
Exception Handling
Debugger Visualizer X X
Emgu.CV.UI X X
License GPL Commercial License Commercial License Commercial License

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