Main Page

From MiToBo
Jump to navigationJump to search

MiToBo - A microscope image analysis toolbox

The Microscope Image Analysis Toolbox MiToBo is an extension for the widely used image processing application ImageJ and its new release ImageJ 2.0.
MiToBo ships with a set of operators ready to be used as plugins in ImageJ. They focus on the analysis of biomedical images acquired by various types of microscopes.
Some of MiToBo's operators are for example these ones:

  • ActinAnalyzer for the quantification of actin filament structures in microscopy images
  • Cell Migration Analyzer for analyzing single cell migration from time lapse image sequences
  • Neuron Analyzer for the segmentation of neurons in microscope images
  • Scratch Assay Analyzer for analyzing microscope images from collective cell migration experiments
  • Snake Optimizer for performing image segmentation based on explicit active contours

Furthermore, MiToBo offers a user- and programmer friendly framework for developing algorithms that have properties not available in ImageJ,
however, still provides full compatibility to all ImageJ features.

MiToBo completely separates the implementation of image processing algorithms from potential user interfaces.
Moreover, MiToBo builds on top of Alida which is a library for easing the development of data analysis algorithms and tools.
The main concept of Alida are operators as the core units for implementing data analysis algorithms.
Alida defines unified interfaces and execution procedures for operators which yield the fundament for its nice features like

  • automatic documentation of complete analysis processes, e.g., leading from an input image to analysis results, in terms of processing graphs
  • automatic generation of commandline and graphical user interfaces
  • a graphical programming editor named Grappa automatically considering all implemented operators as potential processing nodes

MiToBo takes full advantage of Alida's features, hence, provides a framework for implementing image analysis algorithms allowing for automatic documentation and automatic user interface generation, and includes the graphical programming editor Grappa for user-friendly design of more complex processing pipelines.

Current release

You can download MiToBo version 1.4.2 here.
You can find the API documentation for this release here.
Furthermore MiToBo offers you a user and programmer guide which you can download here.

Latest News

December 2014

  • Version 1.4.1 of MiToBo has been released.

MiToBo and its base Alida will be presented at the OGRW 2014, which is the 9th Open German-Russian Workshop on Pattern Recognition and Image Understanding. The workshop is taking place from 1st to 5th December in Koblenz/Germany. The title of our contribution is Design and Implementation of the Alida Framework to Ease the Development of Image Analysis Algorithms.

July 2014

  • Version 1.4 of MiToBo has been released.

The new version ships with new tools for the quantification of actin structures in microscopy images of cells, the ActinAnalyzer2D, and a new operator for detecting Xylems in images of cross sections of wood.

January 2014

  • Version 1.3 of MiToBo has been released.

The project management of MiToBo switched to Maven, from now on you can download MiToBo releases from our Maven server.
The new release ships with a new version of the Neuron Analyzer 2D and includes the first release of the CellMigrationAnalyzer,
a tool for cell tracking and migration analysis. In addition, in the MiToBo core several bugs were fixed, an illumination correction and a
top-hat based contrast enhancement were added.

May 2013

  • Version 1.2 of MiToBo has been released.

MiToBo now includes Alida 2.2.1 which comes with a new mechanism to save and load operator configurations based on XML Beans.
Also Grappa has undergone some changes to improve usability, e.g. it now supports key shortcuts for the most important actions.

March 2013

  • Version 1.1 of MiToBo has been released.

MiToBo has undergone several internal enhancements mainly dedicated to the stability and usability of the core and its user interfaces.
In addition, MiToBo now includes the Neuron Analyzer which is an application for the analysis of 2D images of neuronal cells.
The analyzer is capable of extracting complete regions of neuronal cells (not only traces) and allows for extraction of protein concentrations along the neurites.

News Archive

The news archive can be found here.

Licensing information

MiToBo is free software: you can redistribute it and/or modify under the terms of the GNU General Public License version 3 or (at your option) any later version as published by the Free Software Foundation.

Bug reports & Feature requests

Bug reports and feature requests can be submitted via the MiToBo bugtracking system or by mail to mitobo@informatik.uni-halle.de.
Before reporting a new bug, please check if that bug has already been submitted in the report list.