Features: Difference between revisions

From Alida
Jump to navigationJump to search
(Created page with "__NOTOC__ The Microscope Image Analysis Toolbox MiToBo contains a lot of new features for scientist, who want to develop<br/> new plugins and algorithms in the field of custom im...")
 
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
The Microscope Image Analysis Toolbox MiToBo contains a lot of new features for scientist, who want to develop<br/>
Alida provides a framework for automatic documentation of data analysis procedures.<br/><br/>
new plugins and algorithms in the field of custom image analysis and processing, and those who want to use<br/>
custom plugins from [http://rsbweb.nih.gov/ij/ ImageJ] in their daily research.<br/><br/>
 
A list of contained features and their description in short detail can be found below.<br/><br/>


'''Operators'''<br/>
'''Operators'''<br/>
The operator concept is one of the major features in MiToBo. By developing such operators, the processing steps<br/>
The operator concept is the main ingredient of Alida. 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/>
of an analysis procedure can be linked to a directed graph structure, which allows '''self-documentation'''<br/>
of the entire analysis process.<br/>
Each resulting data object, being the result of a certain operator or sequence of operations, is associated with a<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/><br/>
'''history graph''' in XML format.<br/><br/>
'''Plugins'''<br/>
The well known and very powerful plugin concept of [http://rsbweb.nih.gov/ij/ ImageJ] is also available in MiToBo.<br/>
Every user and developer, using MiTobo, can easily create new plugins and customize existing [http://rsbweb.nih.gov/ij/plugins/index.html ImageJ plugins],<br/>
to use the automatic documentation of the plugin via the operator concept of MiToBo for instance.<br/><br/>
'''Data types'''<br/>
MiToBo defines a set of its own data types. For example, a new image data type was developed to improve the<br/>
[http://rsbweb.nih.gov/ij/ ImageJ] image classes.<br/><br/>
'''Applications'''<br/>
Using the plugin and operator concept combined with the large amount of already implemented datatypes and operators,<br/>
a huge coupple of applications on biological and biomedical images can be developed.<br/><br/>

Revision as of 09:44, 27 April 2011

Alida provides a framework for automatic documentation of data analysis procedures.

Operators
The operator concept is the main ingredient of Alida. By developing such operators, the processing steps
of an analysis procedure can be linked to a directed graph structure, which allows self-documentation
of the entire 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.