Pixel classification

Synonyms
Pixel labeling
Voxel classification
Semantic image segmentation
Description

This macro batch processes all the 2D images (tif and jpg files) located in a user defined folder by calling Fiji Weka trainable segmentation to classify each pixel, and reports the areas of each class in a human readable results table. The classifier to be applied to each image should be previously trained on a representative image by an expert and exported to file (Save classifier) into the image folder to be processed.

has function
Description

This originally came from this module.

Currently it is available as the ilastik CellProfiler plugin (see this image.sc post for details).

need a thumbnail
Description

The Trainable Weka Segmentation is a Fiji plugin 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 plugin 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.

has topic