Pages

Thursday, September 4, 2008

Emgu.CV-1.3.0.0 is available

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

Change Log

  • Added Bgra color type
  • In Image class, added SByte for depth type.
  • Improved ImageBox functionality
  • Improved Histogram class
  • It is now possible to create Image<,> object from any type of Bitmap
  • Support for reading image from ".gif" and ".exig" file
  • Added MotionHistory class and Motion Detection Example
  • Added EigenObjectRecognizer class for PCA base object recognition
  • Added PlannarSubdivision class, which can be used for Delaunay's Triangulation and Voronoi's Diagram. Added PlannarSubdivision example.
  • Fix a bug in MCvConnectedComponent structure
  • Bug fixes in CvInvoke.cvCreateVideoWriter and CvInvoke.cvFloodFill function call
  • Many more functions added to CvInvoke class
  • Many more structures wrapped in Emgu CV
  • The released assemblies are now strong signed.
  • Starting from this version of Emgu CVImageBox uses ZedGraph to display color histogram. If ImageBox is never used in your project, you can remove it from the dependency.

No comments: