Features: Difference between revisions

From MiToBo
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
The Microscope Image Analysis Toolbox MiToBo contains a lot of new features for scientists, who want to develop<br/>
The Microscope Image Analysis Toolbox MiToBo contains a lot of new features for scientists, who want to develop<br/>
new algorithms in the field of custom image analysis and processing, and for those who want to use<br/>
new algorithms in the field of image analysis and processing, and for those who want to use<br/>
custom plugins from [http://rsbweb.nih.gov/ij/ ImageJ] in their daily research.<br/>
custom plugins from [http://rsbweb.nih.gov/ij/ ImageJ] in their daily research.<br/>


Line 36: Line 36:
<br/>
<br/>
</ul><br>
</ul><br>
Finally, MiToBo also includes a graphical editor for workflow development:<br><br>
Finally, MiToBo includes a graphical editor for user-friendly workflow development:<br><br>


[[file:Grappa_logo.png|left|link=]]
[[file:Grappa_logo.png|left|link=]]

Revision as of 09:39, 21 February 2013

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

MiToBo's main features are:

  • an advanced Operator Concept:
    MiToBo relies on the operator concept of Alida.
    Alida is a library to ease the development of data analysis algorithms including mechanisms for automatic generation of user interfaces,
    fully automatic documentation of analysis procedures, and inherent support for developing workflows.
    MiToBo adopts all these features:
    • results of image analysis procedures are automatically linked to a directed graph structure documenting the entire image analysis process,
      i.e. every result of a certain operator or sequence of operations is associated with a history graph in XML format
    • for all operators graphical and commandline interfaces are automatically generated
    • all operators can directly be used in ImageJ without need for additional programming effort

  • additional 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 large collection of Applications:
    MiToBo not only provides a framework for developing new image analysis algorithms,
    but also ships with a collection of ready-to-use image analysis algorithms, e.g.
    • morphological operators
    • basic linear and non-linear filters
    • thresholding and component labeling
    • active contour segmentation
    • ...

    In addition, also more complex tools are included, take a look at the applications page for some examples.


Finally, MiToBo includes a graphical editor for user-friendly workflow development:

Grappa logo.png
  • Grappa - a graphical programming editor:
    The operator concept of Alida allows for generic handling of operators.
    Thereby not only GUIs can automatically be generated, but also graphical programming is significantly simplified.
    Alida includes Grappa, a graphical programming editor for designing workflows, which is also shipped with MiToBo
    and provides user with an intuitive tool for developing sophisticated image analysis workflows.
    All Alida and MiToBo operators are right away available as operator nodes in Grappa and form the building blocks for workflows.