OpenCV: Difference between revisions

From EMGU
Jump to navigation Jump to search
mNo edit summary
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://opencv.willowgarage.com/wiki/ 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

Revision as of 21:15, 17 February 2009

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