Version History: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
===Online Documentation=== | ===Online Documentation=== | ||
[http://www.emgu.com/wiki/files/1.4.0.0/Index.html Browse] | [http://www.emgu.com/wiki/files/1.4.0.0/Index.html Browse] | ||
==Emgu.CV-1.3.0.0== | |||
===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 <I>any type</I> 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 CV]], [[ImageBox]] uses ZedGraph to display color histogram. If [[ImageBox]] is never used in your project, you can remove it from the dependency. | |||
===Online Documentation=== | |||
[http://www.emgu.com/wiki/files/1.3.0.0/Index.html Browse] |
Revision as of 14:42, 16 September 2008
Emgu.CV-1.4.0.0
Change Log
- Fix a bug on CvInvoke.cvSubS function
- Improved PlannarSubdivision class
Online Documentation
Emgu.CV-1.3.0.0
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 CV, ImageBox uses ZedGraph to display color histogram. If ImageBox is never used in your project, you can remove it from the dependency.