Main Page: Difference between revisions

From MiToBo
Jump to navigationJump to search
No edit summary
(77 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= MiToBo - A <span style="color:#CC0000">m</span>icroscope <span style="color:#CC0000">i</span>mage analysis <span style="color:#CC0000">to</span>ol<span style="color:#CC0000">bo</span>x =
= MiToBo - A <span style="color:#CC0000">m</span>icroscope <span style="color:#CC0000">i</span>mage analysis <span style="color:#CC0000">to</span>ol<span style="color:#CC0000">bo</span>x =
{| width="100%"
 
|-
{|width="100%"
|style="vertical-align:top" |
|-
|style="vertical-align:top" |
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="padding: 0.3em 1em 0.7em 1em;">
<div style="padding: 0.3em 1em 0.7em 1em;">
The Microscope Image Analysis Toolbox MiToBo is an extension for the widely used image processing application [http://rsbweb.nih.gov/ij/ ImageJ] and its new release [http://developer.imagej.net/ ImageJ 2.0].<br />
'''What is MiToBo?'''<br>
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
The Microscope Image Analysis Toolbox MiToBo is a toolbox with a large collection of basic and advanced functions and algorithms for processing and analyzing digital images. Many tools in MiToBo target at the analysis of various kinds of microscopy data, however, most of the functionality within MiToBo is generic (see [[Features|page of features]] for an overview). MiToBo is implemented as extension for the widely used image processing application [http://rsbweb.nih.gov/ij/ ImageJ]/[https://fiji.sc/ Fiji] and its new release [http://developer.imagej.net/ ImageJ 2.0]. All functions, operators and plugins of MiToBo are ready to be directly used as plugins in ImageJ and Fiji.<br /><br/>
types of microscopes.<br />
 
Some of MiToBo's operators are for example these ones:
'''Highlight operators and tools in MiToBo'''
<ul>
{|style="background-color:#f8f8ff"
<li> ''ActinAnalyzer'' for the quantification of actin filament structures in microscopy images
|style="text-align:left;width:10%|[[File:MiToBo_logo_CytoskeletonAnalyzer2D.png|border|72px|left|link=http://mitobo.informatik.uni-halle.de/index.php/Applications/CytoskeletonAnalyzer2D]]
<li> ''Cell Migration Analyzer'' for analyzing single cell migration from time lapse image sequences
|style="text-align:left;width:80%|'''''[[Applications/CytoskeletonAnalyzer2D|CytoskeletonAnalyzer2D]]''''' for the quantification of cytoskeleton structural patterns in microscopy images with texture measures;<br>
<li> ''Neuron Analyzer'' for the segmentation of neurons in microscope images
to ease cell boundary extraction in data preparation we additionally provide the '''''[[Applications/CellBoundaryExtractor2D|CellBoundaryExtractor2D]]''''' and a handy '''''[[Operators/Tools/Interactive/LabelImageEditor|LabelImageEditor]]'''''
<li> ''Scratch Assay Analyzer'' for analyzing microscope images from collective cell migration experiments
|-
<li> ''Snake Optimizer'' for performing image segmentation based on explicit active contours
|style="text-align:left;width:10%|[[File:MiToBo_logo_PaCeQuant.png|border|72px|left|link=http://mitobo.informatik.uni-halle.de/index.php/Applications/PaCeQuantToolset]]
</ul>
|style="text-align:left;width:80%|'''''[[Applications/PaCeQuantToolset|PaCeQuant]]''''' and corresponding tools, i.e. the '''''[[Operators/Tools/Interactive/LabelImageEditor|LabelImageEditor]]''''', the '''''[[Applications/FeatureColorMapper|FeatureColorMapper]]''''' and the R package '''''[[Applications/PaCeQuantAna|PaCeQuantAna]]''''', for quantification, visualization and statistical analysis of the morphology and shape characteristics of cells
Furthermore, MiToBo offers a user- and programmer friendly framework for developing algorithms that have properties not available in ImageJ, <br />
|-
however, still provides full compatibility to all ImageJ features. <br />
|style="text-align:left;width:10%|[[File:NeuronAnalyzer2D.png|border|72px|left|link=http://mitobo.informatik.uni-halle.de/index.php/Applications/NeuronAnalyzer2D]]
|style="text-align:left;width:80%|'''''[[Applications/NeuronAnalyzer2D|Neuron Analyzer]]''''' for the segmentation of neurons in microscope images
|-
|style="text-align:left;width:10%|[[File:tracking_ES-2.gif|72px|left|link=http://mitobo.informatik.uni-halle.de/index.php/Applications/CellMigrationAnalyzer]]
|style="text-align:left;width:80%|'''''[[Applications/CellMigrationAnalyzer|Cell Migration Analyzer]]''''' for analyzing single cell migration from time lapse image sequences
|-
|style="text-align:left;width:10%|[[File:GFP_U2OS_overlay.png|72px|left|border|link=http://mitobo.informatik.uni-halle.de/index.php/Applications/ScratchAssayAnalyzer]]
|style="text-align:left;width:80%|'''''[[Applications/ScratchAssayAnalyzer|Scratch Assay Analyzer]]''''' for analyzing microscope images from collective cell migration experiments
|}
For several other important operators and plugins documentation is available via the [[Operator_Documentation| Operator Documentation pages]] here in the Wiki.<br>  
The pages are structured according to the package structure of MiToBo which is also mirrored in the selection panel of MiToBo's operator runner.


<p>
<br>
MiToBo completely separates the implementation of image processing algorithms from potential user interfaces.<br />
'''MiToBo for developers'''<br>
Moreover, MiToBo builds on top of [http://www.informatik.uni-halle.de/alida/ Alida] which is a library for easing the development of data analysis
MiToBo aims not only to support users in analyzing their images, but also targets at developers by offering a programmer-friendly software framework and API for developing new algorithms.
algorithms and tools.<br> The main concept of Alida are operators as the core units for implementing data analysis algorithms. <br />
The MiToBo API completely separates the implementation of image processing algorithms from potential user interfaces based
on [http://www.informatik.uni-halle.de/alida/ Alida] which is a library for easing the development of data analysis
algorithms and tools. The main concept of Alida are <i>operators</i> as the core units for implementing data analysis algorithms. <br />
Alida defines unified interfaces and execution procedures for operators which yield the fundament for its nice features like  
Alida defines unified interfaces and execution procedures for operators which yield the fundament for its nice features like  
<ul>
<ul>
<li> automatic documentation of complete analysis processes, e.g., leading from an input image to analysis results, in terms of processing graphs
<li> automatic documentation of complete analysis processes, e.g., leading from an input image to analysis results, in terms of processing graphs
<li> automatic generation of commandline and graphical user interfaces
<li> automatic generation of commandline and graphical user interfaces
<li> a graphical programming editor named '''''Grappa''''' automatically considering all implemented operators as potential processing nodes
<li> a graphical programming editor named '''''Grappa''''' automatically considering all implemented operators as potential processing nodes<br>
</ul>
</ul>
</p>


<p>
<p>
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.
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.
</p>
</div>
</div>
<br>
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="padding: 0.3em 1em 0.7em 1em;">
'''Visit and follow MiToBo also at...'''<br>
{|
|style="text-align:center;width:10%"|[[file:Imagej-128.png|90px|link=http://imagej.net/MiToBo]]
|style="text-align:center;width:10%"|[[file:Git.png|90px|link=https://github.com/mitobo-hub]]
|style="text-align:center;width:10%"|[[file:mtbtw.png|320px|link=https://twitter.com/MiToBo_Hal]]
|style="text-align:center;width:10%"|[[file:logo.png|90px|link=http://imagejdocu.tudor.lu/doku.php?id=plugin:collections:mitobo_-_a_microscope_image_analysis_toolbox:start]]
|style="text-align:center;width:10%"|[[file:logo-blue.png|90px|link=https://omictools.com/microscope-image-analysis-toolbox-tool]]
|-
|style="text-align:center;width:10%"|[http://imagej.net/MiToBo ImageJ.net]
|style="text-align:center;width:10%"|[https://github.com/mitobo-hub GitHub]
|style="text-align:center;width:10%"|[https://twitter.com/MiToBo_Hal Twitter]
|style="text-align:center;width:10%"|[http://imagejdocu.tudor.lu/doku.php?id=plugin:collections:mitobo_-_a_microscope_image_analysis_toolbox:start ImageJ Docu Wiki]
|style="text-align:center;width:10%"|[https://omictools.com/microscope-image-analysis-toolbox-tool OMIC Tools]
|}
</div>
</div>
|
|
|style="vertical-align:top" |
|style="vertical-align:top" |
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="padding: 0.3em 1em 0.7em 1em;">
<div style="padding: 0.3em 1em 0.7em 1em;">
'''Download'''<br>
'''Latest News'''<br>
You can download MiToBo version 1.5 [[Downloads | here]]. <br />
* 12/2020: MiToBo 2.1 has been released.<br>
You can find the API documentation for this release [http://www.informatik.uni-halle.de/mitobo/api/index.html here].<br/>
* 05/2020: MiToBo 2.0 has been released.<br> From now on the online help system relies on operator class annotations, and the release includes a [https://mitobo.informatik.uni-halle.de/index.php/Applications/PaCeQuantToolset PaCeQuant] update with new shape features and improvements for supplemental tools like the [https://mitobo.informatik.uni-halle.de/index.php/Applications/FeatureColorMapper FeatureColorMapper] and the [https://mitobo.informatik.uni-halle.de/index.php/Operators/Tools/Interactive/LabelImageEditor LabelImageEditor].
Furthermore MiToBo offers you a user and programmer guide<br> which you can download [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual.pdf here].
* 07/2019: MiToBo 1.8.15 has been released fixing several issues with handling images in MiToBo.
* 02/2019: MiToBo 1.8.14 has been released.
 
The news archive can be found [[News Archive | here]].
</div>
</div>
</div>
</div>
Line 46: Line 83:
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="padding: 0.3em 1em 0.7em 1em;">
<div style="padding: 0.3em 1em 0.7em 1em;">
'''Latest News'''<br>
'''How to get MiToBo?'''<br>
* June 2015: Version 1.5 of MiToBo has been released. <br/>
* ImageJ-Users:<br> download the [https://moon.informatik.uni-halle.de/archiva/repository/releases/de/unihalle/informatik/MiToBo/mitobo-plugins/1.8.7.1/mitobo-plugins-1.8.7.1-bin.zip MiToBo-Plugins package] and follow the installation instructions to be found [[Installation | here]].  
This release ships with the new [[Applications/MTBCellCounter | MTB Cell Counter]] plugin for semi-automatic segmentation and annotation of cell images. Details about the plugin
* Fiji-Users:<br> simply select MiToBo's update site [http://sites.imagej.net/MiToBo http://sites.imagej.net/MiToBo] in FijiIs list of update sites in your installation
(derived from the [http://fiji.sc/Cell_Counter CellCounter plugin] written by Kurt de Vos) can be found on the [[Applications/MTBCellCounter | MTB Cell Counter wikipage]] and in the corresponding paper of Franke et al., "''The 'MTB Cell Counter' a versatile tool for the semi-automated quantification of sub-cellular phenotypes in fluorescence microscopy images. A case study on plastids, nuclei and peroxisomes''.", which just appeared in the Journal of Endocytobiosis and Cell Research, (26) 31-42, 2015, to be found [http://zs.thulb.uni-jena.de/receive/jportal_jparticle_00342296 here].
* use in general:<br> you can download MiToBo and the MiToBo plugins package [[Downloads | here]]. <br/>  
 
* March 2015: Version 1.4.3 of MiToBo has been released. <br/>
The most important new feature is support for parameter callbacks. Based upon Alida in version 2.5 and its support for callbacks it is now possible to update the values of operator parameters depending on changes of other parameters. In addition, callbacks enable dynamic changes of the set of parameters an operator owns and dynamic re-configuration of the graphical interfaces, respectively.
 
* January 2015: Version 1.4.2 of MiToBo has been released. <br/>


* December 2014: Version 1.4.1 of MiToBo has been released. <br/>
You can find the API documentation for the current release [http://www.informatik.uni-halle.de/mitobo/api/index.html here].<br/>  
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.
Furthermore MiToBo offers you a user and programmer guide which you can download [http://www.informatik.uni-halle.de/mitobo/downloads/manual/MiToBoManual.pdf here].
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. <br/>
The new version ships with new tools for the quantification of actin structures in microscopy images of cells, the ''[[Applications/ActinAnalyzer2D | 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. <br/>
The project management of MiToBo switched to Maven, from now on you can download MiToBo releases from our [https://moon.informatik.uni-halle.de/archiva/browse/de.unihalle.informatik.MiToBo Maven server].<br> The new release ships with a new version of the ''[[Applications/NeuronAnalyzer2D | Neuron Analyzer 2D]]'' and includes the first release of the ''CellMigrationAnalyzer'',<br> a tool for cell tracking and migration analysis. In addition, in the MiToBo core several bugs were fixed, an illumination correction and a<br> top-hat based contrast enhancement were added.
</div>
</div>
</div>
</div>
<br>
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="padding: 0.3em 1em 0.7em 1em;">
'''Support, Bug reports & Feature requests'''
{|style="background-color:#f8f8ff"
|style="text-align:left;width:20%|[[File:forum-image-sc.png|border|64px|left|link=https://forum.image.sc/]]
|style="text-align:left;width:60%|To get help on your questions about MiToBo tools, plugins and operators you can use the forum at [https://forum.image.sc/ image.sc] tagging your post with [https://forum.image.sc/tags/mitobo #mitobo].
|-
|style="text-align:left;width:20%|[[file:Git.png|64px|link=https://github.com/mitobo-hub]]
|style="text-align:left;width:60%|Bug reports and feature requests can be submitted as issues on [https://github.com/mitobo-hub/mitobo/issues Github].
|-
|style="text-align:left;width:20%|[[file:Email.png|center|36px|link=]]
|style="text-align:left;width:60%|Alternatively you can also write an email to [mailto:mitobo@informatik.uni-halle.de mitobo@informatik.uni-halle.de].
|}
|}
 
Before reporting a new bug or requesting a new feature, please check if that bug has already been submitted in the forum or on Github.
== News Archive ==
</div>
The news archive can be found [[News Archive | here]].
</div>
 
<br>
== Licensing information ==
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="padding: 0.3em 1em 0.7em 1em;">
'''Licensing information'''<br>
MiToBo is free software: you can redistribute it and/or modify under the terms of the [http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3] or (at your option) any later version as published by the [http://www.fsf.org/ Free Software Foundation].
MiToBo is free software: you can redistribute it and/or modify under the terms of the [http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3] or (at your option) any later version as published by the [http://www.fsf.org/ Free Software Foundation].
 
</div>
== Bug reports & Feature requests ==
</div>
Bug reports and feature requests can be submitted via the [http://www2.informatik.uni-halle.de/agprbio/mitobo-bts/bug_report_page.php MiToBo bugtracking system] or by mail to [mailto:mitobo@informatik.uni-halle.de mitobo@informatik.uni-halle.de].<br />
<br>
Before reporting a new bug, please check if that bug has already been submitted in the [http://www2.informatik.uni-halle.de/agprbio/mitobo-bts/view_all_bug_page.php report list].<br />
<div style="margin: 0; margin-right:10px; border: 2px solid #dfdfdf; background-color:#f8f8ff;">
<div style="padding: 0.3em 1em 0.7em 1em;">
'''Gnu PGP Public Key'''<br>
Since version 1.8.7 MiToBo and MiToBo-Plugins releases are PGP signed. MiToBo's [https://pgp.mit.edu/pks/lookup?op=get&search=0x259F7DD171EFF7A9 public key] for verification can be found on public key servers, e.g., at https://pgp.mit.edu/.
</div>
</div>
|}

Revision as of 16:55, 1 December 2020

MiToBo - A microscope image analysis toolbox

What is MiToBo?
The Microscope Image Analysis Toolbox MiToBo is a toolbox with a large collection of basic and advanced functions and algorithms for processing and analyzing digital images. Many tools in MiToBo target at the analysis of various kinds of microscopy data, however, most of the functionality within MiToBo is generic (see page of features for an overview). MiToBo is implemented as extension for the widely used image processing application ImageJ/Fiji and its new release ImageJ 2.0. All functions, operators and plugins of MiToBo are ready to be directly used as plugins in ImageJ and Fiji.

Highlight operators and tools in MiToBo

MiToBo logo CytoskeletonAnalyzer2D.png
CytoskeletonAnalyzer2D for the quantification of cytoskeleton structural patterns in microscopy images with texture measures;

to ease cell boundary extraction in data preparation we additionally provide the CellBoundaryExtractor2D and a handy LabelImageEditor

MiToBo logo PaCeQuant.png
PaCeQuant and corresponding tools, i.e. the LabelImageEditor, the FeatureColorMapper and the R package PaCeQuantAna, for quantification, visualization and statistical analysis of the morphology and shape characteristics of cells
NeuronAnalyzer2D.png
Neuron Analyzer for the segmentation of neurons in microscope images
Tracking ES-2.gif
Cell Migration Analyzer for analyzing single cell migration from time lapse image sequences
GFP U2OS overlay.png
Scratch Assay Analyzer for analyzing microscope images from collective cell migration experiments

For several other important operators and plugins documentation is available via the Operator Documentation pages here in the Wiki.
The pages are structured according to the package structure of MiToBo which is also mirrored in the selection panel of MiToBo's operator runner.


MiToBo for developers
MiToBo aims not only to support users in analyzing their images, but also targets at developers by offering a programmer-friendly software framework and API for developing new algorithms. The MiToBo API completely separates the implementation of image processing algorithms from potential user interfaces based on 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.


Visit and follow MiToBo also at...

Imagej-128.png Git.png Mtbtw.png Logo.png Logo-blue.png
ImageJ.net GitHub Twitter ImageJ Docu Wiki OMIC Tools

Latest News

  • 12/2020: MiToBo 2.1 has been released.
  • 05/2020: MiToBo 2.0 has been released.
    From now on the online help system relies on operator class annotations, and the release includes a PaCeQuant update with new shape features and improvements for supplemental tools like the FeatureColorMapper and the LabelImageEditor.
  • 07/2019: MiToBo 1.8.15 has been released fixing several issues with handling images in MiToBo.
  • 02/2019: MiToBo 1.8.14 has been released.

The news archive can be found here.


How to get MiToBo?

  • ImageJ-Users:
    download the MiToBo-Plugins package and follow the installation instructions to be found here.
  • Fiji-Users:
    simply select MiToBo's update site http://sites.imagej.net/MiToBo in FijiIs list of update sites in your installation
  • use in general:
    you can download MiToBo and the MiToBo plugins package here.

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


Support, Bug reports & Feature requests

Forum-image-sc.png
To get help on your questions about MiToBo tools, plugins and operators you can use the forum at image.sc tagging your post with #mitobo.
Git.png Bug reports and feature requests can be submitted as issues on Github.
Email.png
Alternatively you can also write an email to mitobo@informatik.uni-halle.de.

Before reporting a new bug or requesting a new feature, please check if that bug has already been submitted in the forum or on Github.


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.


Gnu PGP Public Key
Since version 1.8.7 MiToBo and MiToBo-Plugins releases are PGP signed. MiToBo's public key for verification can be found on public key servers, e.g., at https://pgp.mit.edu/.