Mimas
(Difference between revisions)
m (Added introduction) |
m |
||
Line 62: | Line 62: | ||
=External Links= | =External Links= | ||
− | * [http://vision.eng.shu.ac.uk/jan/mimas | + | * [http://vision.eng.shu.ac.uk/jan/mimas/html/ 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)] | ||
* [http://vision.eng.shu.ac.uk/jan/tla.html TLA version control] | * [http://vision.eng.shu.ac.uk/jan/tla.html TLA version control] |
Revision as of 00:51, 12 November 2005
Contents |
Introduction
Mimas Toolkit is a C++ computer vision toolkit. It is easy to use and includes tools for edge detection, corner detection, various filters, optic flow, tracking, blob analysis, Web cam tools for real-time applications, and much more. It also includes many implementations of traditional algorithms such as Canny. It was developed for GNU/Linux but as the GUI is largely separate, porting to other platforms should be straightforward.
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
- Sugar Pushing
- Depth from Focus
- Registration of TEM images
- Gradient Based Motion Estimation
The demonstrations are not part of the mimas-download!