Overview

User documentation

Complete tutorials

A good starting point is the ilastik tutorial at i2k 2022, which gives introductory overview and detailed practical instructions for using the Pixel Classification and the Object Classification Workflow. More advanced topics are covered in our NEUBIAS tutorial from 2020.

Here you can find a detailed manual for using ilastik together with FiJi, written by Chong Zhang for the bioimage analysis training course organized by CellNetworks in Heidelberg.

An in-depth tutorial for ilastik tracking can be found in this book chapter. This tutorial also includes pixel and object classification.

The CellProfiler Blog has a helpful post about using ilastik segmentations in CellProfiler, including good advice for labeling (brushing) techniques for generating a precise segmentation.

Online documentation

After starting ilastik, you will be greeted by the startup screen. There you can select one of the available workflows: Pixel Classification, Autocontext, Object Classification, Tracking, Animal Tracking, Density Counting, Carving), Boundary-based Segmentation with Multicut.

To get started, load your data using the data selection applet. We can load most common image formats and we also have a Fiji plugin to convert anything Fiji can read into ilastik favorite hdf5 data format. To learn how to navigate and interact with you data, read the navigation documentation as well as the layers documentation.

Pixel classification divides all pixels in the image into classes you define. You need to interactively supply sparse example annotations of each class and choose appropriate pixel-level features.
Autocontext improves Pixel classification results by performing cascaded classification. You need to train two rounds of pixel classification, the results of the first one will be used as features in the second one.
Object classification operates on the image and its segmentation mask. From the segmentation mask it extracts objects, which are then assigned to different classes you define. You have to interactively perform example object assignments and choose object-level features.
Tracking allows you to track objects over the time axis of the dataset. 2D and 3D data, dividing objects and many other options are supported. On Windows, the automatic tracking workflow uses an external CPLEX library for optimization. Instructions on how to install CPLEX are given here.
Animal tracking allows you to track lab animals (eg: flies, mice, larvae, zebrafish) in 2d+t or 3d+t videos.
Density counting counts objects in 2D images without segmenting them first. This workflow can count even in very crowded images with many object overlaps.
Carving refers to semi-automatic interactive segmentation of 2D and 3D data. You have to supply sparse foreground/background seeds, and the workflow “carves” the object in the whole dataset.
Boundary-based Segmentation with Multicut allows you to segment objects based on boundary information. This is especially useful for electron microscopy data or any other data with membrane staining. You need to provide boundary-level labels and the workflow solves an optimization problem to come up with closed-surface objects with no dangling edges.

Something is wrong or unclear?

Check the Common Problems section, perhaps there is a workaround. And don’t hesitate to contact us with your complaints and feature requests.

Developer documentation

Developer Documentation