Features: Difference between revisions

From MiToBo
Jump to navigationJump to search
No edit summary
No edit summary
Line 9: Line 9:
The operator concept is one of the major features in MiToBo. By developing such operators, the processing steps<br/>
The operator concept is one of the major features in MiToBo. By developing such operators, the processing steps<br/>
can be linked to a directed graph structure, which allows '''self-documentation''' of the entire image analysis process.<br/>
can be linked to a directed graph structure, which allows '''self-documentation''' of the entire image analysis process.<br/>
Each resulting data object, being the result of a certain operator or sequence of operations, is associated with an<br/>
Each resulting data object, being the result of a certain operator or sequence of operations, is associated with a<br/>
'''history graph''' in XML format.<br/>
'''history graph''' in XML format.<br/>
Included operators can be found [[#Operators|here]].<br/><br/>
Included operators can be found [[#Operators|here]].<br/><br/>

Revision as of 08:40, 21 October 2010

The Microscope Image Analysis Toolbox MiToBo contains a lot of new features for scientist, who want to develop
new plugins and algorithms in the field of custom image analysis and processing, and those who want to use
custom plugins from ImageJ in their daily research.

A list of all contained features and their description in detail can be found below.

Operators
The operator concept is one of the major features in MiToBo. By developing such operators, the processing steps
can be linked to a directed graph structure, which allows self-documentation of the entire image analysis process.
Each resulting data object, being the result of a certain operator or sequence of operations, is associated with a
history graph in XML format.
Included operators can be found here.

Plugins
The well known and very powerful plugin concept of ImageJ is also available in MiToBo.
Every user and developer, using MiTobo, can easily create new plugins and customize existing ImageJ plugins,
to use the automatic documentation of the plugin via the operator concept of MiToBo for instance.
Included plugins can be found here.

Data types
MiToBo defines a set of its own data types. For example, a new image data type was developed to improve the
ImageJ image classes.
A short overview of some basic MiToBo data types can be found here.

Applications
Using the plugin and operator concept combined with the large amount of already implemented datatypes and operators,
a huge coupple of applications on biological and biomedical images can be developed.
An overview of current implemented applications, developed by the MiToBo developer team, can be found here.



Operators

Todo: Short listing and discription of included operators/or of an special selection.
...

Plugins

Todo: Short listing and discription of included plugins.
...

Data types

Todo: Short listing and discription of included data types/or of an special selection of basic types like in the manual.

Applications

Todo: Short listing and discription of included applications.
...


Future development

...