OpenCV: Difference between revisions

From EMGU
Jump to navigation Jump to search
m Reverted edits by Inuxejiq (talk) to last revision by Emgucv
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==[[Emgu CV]]==
<big>'''[[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 [[Compiling_with_Monodevelop|compiled in Mono]] and run on Linux / Mac OS X.</big>
==OpenCV==
==OpenCV==
*Open CV is a high performance image processing library by [http://www.intel.com Intel].  
*Open CV is a high performance image processing library by [http://www.intel.com Intel].  
**To learn more about opencv, please visit its [http://opencvlibrary.sourceforge.net wiki]
**To learn more about OpenCV, please visit its [http://opencv.willowgarage.com/wiki/ wiki]
**There is also a discussion group available at http://groups.yahoo.com/subscribe/OpenCV
**There is also a discussion group available at http://groups.yahoo.com/subscribe/OpenCV

Latest revision as of 13:42, 30 November 2010

Emgu CV

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.

OpenCV