Mimas
(Difference between revisions)
m |
m |
||
Line 3: | Line 3: | ||
==Mimas-1.3== | ==Mimas-1.3== | ||
[http://www.shu.ac.uk/mmvl/mimas/download/stable/1.3/ Mimas-1.3] was released on Jul 29th 2005. | [http://www.shu.ac.uk/mmvl/mimas/download/stable/1.3/ Mimas-1.3] was released on Jul 29th 2005. | ||
+ | |||
===Release Notes=== | ===Release Notes=== | ||
* No rpm-files are provided this time. | * No rpm-files are provided this time. | ||
* "make install" now will install documentation and the compiled examples under /usr/share/doc/mimas-devel-1.3/ | * "make install" now will install documentation and the compiled examples under /usr/share/doc/mimas-devel-1.3/ | ||
+ | |||
===Change log=== | ===Change log=== | ||
Notable changes include: | Notable changes include: | ||
Line 13: | Line 15: | ||
* Support for mesa offscreen- and onscreen-rendering has been added. | * Support for mesa offscreen- and onscreen-rendering has been added. | ||
* Object-recognition using moments was implemented. | * Object-recognition using moments was implemented. | ||
+ | |||
==Mimas-1.2== | ==Mimas-1.2== | ||
[http://www.shu.ac.uk/mmvl/mimas/download/stable/1.2/ Mimas-1.2] released on Feb 28th 2005. | [http://www.shu.ac.uk/mmvl/mimas/download/stable/1.2/ Mimas-1.2] released on Feb 28th 2005. | ||
===Release Notes=== | ===Release Notes=== | ||
* The lib*.so-files have been moved to the rpm-devel-package. This is a bug-fix, which also resolved the problem with superfluous dependencies. The rpm-packages are for Mandrake 10.0 only. | * The lib*.so-files have been moved to the rpm-devel-package. This is a bug-fix, which also resolved the problem with superfluous dependencies. The rpm-packages are for Mandrake 10.0 only. | ||
+ | |||
===Change Log=== | ===Change Log=== | ||
* type-traits for pixel-conversion | * type-traits for pixel-conversion | ||
Line 23: | Line 27: | ||
* added wrappers for xml-library Xalan-C | * added wrappers for xml-library Xalan-C | ||
* iterative pose-estimation for 3D-correspondences | * iterative pose-estimation for 3D-correspondences | ||
+ | |||
=Demonstrations= | =Demonstrations= | ||
* [http://www.wedesoft.demon.co.uk/downloads/asciiart.html Ascii-art] using mimas and [http://aa-project.sourceforge.net/aalib/ aalib]. | * [http://www.wedesoft.demon.co.uk/downloads/asciiart.html Ascii-art] using mimas and [http://aa-project.sourceforge.net/aalib/ aalib]. | ||
* [[Mimas Surveilance Demonstration|Camera surveilance]] | * [[Mimas Surveilance Demonstration|Camera surveilance]] | ||
* [[Mimas Microscope Control|Microscope control]] | * [[Mimas Microscope Control|Microscope control]] | ||
+ | * [[Mimas Depth from Focus|Depth from Focus]] | ||
+ | The demonstrations are not part of the mimas-download! | ||
+ | |||
=Functionality= | =Functionality= | ||
* [[Mimas Hough Transform|Hough Transform]] | * [[Mimas Hough Transform|Hough Transform]] | ||
* [[Mimas Video Input|Video Input]] | * [[Mimas Video Input|Video Input]] | ||
+ | |||
=Download= | =Download= | ||
[[Image:mimasanim.gif|left]] | [[Image:mimasanim.gif|left]] | ||
* [http://www.shu.ac.uk/mmvl/mimas/download/stable/ Stable release] | * [http://www.shu.ac.uk/mmvl/mimas/download/stable/ Stable release] | ||
* [http://vision.eng.shu.ac.uk/bala/mimas/snapshots/ snapshots (broken at the moment)] | * [http://vision.eng.shu.ac.uk/bala/mimas/snapshots/ snapshots (broken at the moment)] | ||
+ | |||
=Links= | =Links= | ||
* [http://vision.eng.shu.ac.uk/mimas-docs/ Online documentation] | * [http://vision.eng.shu.ac.uk/mimas-docs/ Online documentation] | ||
* [http://groups.yahoo.com/group/mimas/ Yahoo newsgroup] | * [http://groups.yahoo.com/group/mimas/ Yahoo newsgroup] | ||
* [http://vision.eng.shu.ac.uk/mmvlwiki/pmwiki.php?pagename=Mimas.Mimas PMWiki (to be migrated)] | * [http://vision.eng.shu.ac.uk/mmvlwiki/pmwiki.php?pagename=Mimas.Mimas PMWiki (to be migrated)] |
Revision as of 20:39, 1 October 2005
Contents |
Announcements
Mimas-1.3
Mimas-1.3 was released on Jul 29th 2005.
Release Notes
- No rpm-files are provided this time.
- "make install" now will install documentation and the compiled examples under /usr/share/doc/mimas-devel-1.3/
Change log
Notable changes include:
- Convolution for n-dimensional arrays and images and faster LSI-filters have been implemented.
- Operators for images have been added (f.e. "image3=(image1-image2)*3.0").
- 2D-image-iterators have been implemented.
- Support for mesa offscreen- and onscreen-rendering has been added.
- Object-recognition using moments was implemented.
Mimas-1.2
Mimas-1.2 released on Feb 28th 2005.
Release Notes
- The lib*.so-files have been moved to the rpm-devel-package. This is a bug-fix, which also resolved the problem with superfluous dependencies. The rpm-packages are for Mandrake 10.0 only.
Change Log
- type-traits for pixel-conversion
- new grabber class (video4linux)
- introduced boost::numeric::ublas-classes
- added wrappers for xml-library Xalan-C
- iterative pose-estimation for 3D-correspondences
Demonstrations
- Ascii-art using mimas and aalib.
- Camera surveilance
- Microscope control
- Depth from Focus
The demonstrations are not part of the mimas-download!