All Projects → fiji → Trainable_Segmentation

fiji / Trainable_Segmentation

Licence: GPL-3.0 License
Fiji library to perform image segmentation based on the Weka learning schemes

Programming Languages

java
68154 projects - #9 most used programming language

DOI

Trainable Weka Segmentation

The Trainable Weka Segmentation is a Fiji plugin and library that combines a collection of machine learning algorithms with a set of selected image features to produce pixel-based segmentations. Weka (Waikato Environment for Knowledge Analysis) can itself be called from the plugin. It contains a collection of visualization tools and algorithms for data analysis and predictive modeling, together with graphical user interfaces for easy access to this functionality. As described on their wikipedia site, the advantages of Weka include:

  • freely availability under the GNU General Public License
  • portability, since it is fully implemented in the Java programming language and thus runs on almost any modern computing platform
  • a comprehensive collection of data preprocessing and modeling techniques
  • ease of use due to its graphical user interfaces
  • Weka supports several standard data mining tasks, more specifically, data preprocessing, clustering, classification, regression, visualization, and feature selection.

The main goal of this library is to work as a bridge between the Machine Learning and the Image Processing fields. It provides the framework to use and, more important, compare any available classifier to perform image segmentation based on pixel classification.

For further details, please visit the documentation site.

Trainable Weka Segmentation pipeline overview

Citation

Please note that Trainable Weka Segmentation is based on a publication. If you use it successfully for your research please be so kind to cite our work:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].