Main Page: Difference between revisions

From EMGU
Jump to navigation Jump to search
mNo edit summary
Line 2: Line 2:


== Latest News ==
== Latest News ==
* 2008-03-11 [[Nightly Build]] of Emgu.CV-1.2.2.0 can be obtained [[Nightly Build| here]].  
* 2008-03-11 [[Nightly Build]] of Emgu.CV-1.2.2.0 can be obtained [[Nightly Build| here]], changes in this version includes
 
** <code>ToBitmap()</code> is much faster when converting Grayscale to Bitmap. Format8bppIndexed with a custome Color Palette is used instead of Format24bppRgb . In terms of memcopy it only copy one third of data as compares with the old version. Thanks for the tips from Sebastian Kraemer.
* 2008-03-11 Emgu CV 1.1.1.0 is released on [https://sourceforge.net/project/showfiles.php?group_id=216500| SourceForge], improvement in this version includes:  
* 2008-03-11 Emgu CV 1.1.1.0 is released on [https://sourceforge.net/project/showfiles.php?group_id=216500| SourceForge], changes in this version includes:  
** Added support for HLS, LAB, LUV, XYZ and YCrCb color types
** Added support for HLS, LAB, LUV, XYZ and YCrCb color types
** Better documentation. Older Version (1.0.0.1 contains) 400+ missing xml documentation while newer version (1.1.1.0) has less than 40 missing xml documentation
** Better documentation. Older Version (1.0.0.1 contains) 400+ missing xml documentation while newer version (1.1.1.0) has less than 40 missing xml documentation

Revision as of 14:50, 14 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-11 Nightly Build of Emgu.CV-1.2.2.0 can be obtained here, changes in this version includes
    • ToBitmap() is much faster when converting Grayscale to Bitmap. Format8bppIndexed with a custome Color Palette is used instead of Format24bppRgb . In terms of memcopy it only copy one third of data as compares with the old version. Thanks for the tips from Sebastian Kraemer.
  • 2008-03-11 Emgu CV 1.1.1.0 is released on SourceForge, changes in this version includes:
    • Added support for HLS, LAB, LUV, XYZ and YCrCb color types
    • Better documentation. Older Version (1.0.0.1 contains) 400+ missing xml documentation while newer version (1.1.1.0) has less than 40 missing xml documentation
    • Image class now has Equals function, which returns true if the two images has the same depth, color and pixel values
    • More functions exposed from OpenCV in Image and 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