Main Page: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 2: | Line 2: | ||
== Latest News == | == Latest News == | ||
* 2008-03-05 [[Nightly Build]] of Emgu.CV-1.1.1.0 can be obtained [[Nightly Build| here]] | * 2008-03-05 [[Nightly Build]] of Emgu.CV-1.1.1.0 can be obtained [[Nightly Build| here]]. Improvements of this version over 1.0.0.1 are | ||
** In this version, we add support for HLS, LAB, LUV, XYZ and YCrCb color types | |||
** Better documentation. Version 1.0.0.1 contains 400+ missing xml documentation while version 1.1.1.0 contains less than 40 missing xml documentation | |||
** Image class now has <code>Equals</code> function that returns true if the two images has the same depth, color and pixel values | |||
** Exposed more function from OpenCV in the CvInvoke class | |||
** Various bug fixes | |||
* 2008-02-22 The Emgu.CV-1.0.0.1 is released on [https://sourceforge.net/project/showfiles.php?group_id=216500| SourceForge] | * 2008-02-22 The Emgu.CV-1.0.0.1 is released on [https://sourceforge.net/project/showfiles.php?group_id=216500| SourceForge] | ||
* 2008-02-05 Registration of Emgu CV project on SourceForge under [https://sourceforge.net/projects/emgucv/| this page] | * 2008-02-05 Registration of Emgu CV project on SourceForge under [https://sourceforge.net/projects/emgucv/| this page] |
Revision as of 16:19, 7 March 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
- 2008-03-05 Nightly Build of Emgu.CV-1.1.1.0 can be obtained here. Improvements of this version over 1.0.0.1 are
- In this version, we add support for HLS, LAB, LUV, XYZ and YCrCb color types
- Better documentation. Version 1.0.0.1 contains 400+ missing xml documentation while version 1.1.1.0 contains less than 40 missing xml documentation
- Image class now has
Equals
function that returns true if the two images has the same depth, color and pixel values - Exposed more function from OpenCV in the CvInvoke class
- Various bug fixes
- 2008-02-22 The Emgu.CV-1.0.0.1 is released on SourceForge
- 2008-02-05 Registration of Emgu CV project on SourceForge under this page