multi-channel

Description

Image processing library for Python >The scikit-image SciKit (toolkit for SciPy) extends scipy.ndimage to provide a versatile set of image processing routines. It is written in the Python language. This SciKit is developed by the SciPy community. All contributions are most welcome!

has function
Scikit logo
Description

A utility macro for the specified use of BioFormats plugin. Takes a folder of proprietary images formats (Zeiss zvi, lsm, czi or Nikon nd2) and extracts them to .tif images

The extracted images are located in a folder defined in the menu. Other options: reset spatial scales, reads ROIs, split channels, add stage position in the name.

<!-- [previous text] This macro allows to batch convert .zvi multichannel time-lapse movies into .tif stacks. There are several options for processing and filtering. In particular, you can register the jitter due to small stage movements during acquisition. For this option to work you need to install Kang Li's Image Stabilizer plugin. -->

note: The old name of the macro was "ZVI Extractor" and the data format was limited to ZVI, but the upgraded version includes more formats.

Requires Bio-Formats plugin

Description

>OpenSlide is a C library that provides a simple interface to read whole-slide images (also known as virtual slides). Python and Java bindings are also available. The Python binding includes a Deep Zoom generator and a simple web-based viewer. The Java binding includes a simple image viewer.  

has topic
has function
Description

This workflow classifies, or segments, the pixels of an image given user annotations. It is especially suited if the objects of interests are visually (brightness, color, texture) distinct from their surrounding. Users can iteratively select pixel features and provide pixel annotations through a live visualization of selected feature values and current prediction responses. Upon users' satisfaction, the workflow then predicts the remaining unprocessed image(s) regions or new images (as batch processing). Users can export (as images of various formats): selected features, annotations, predicted classification probability, simple segmentation, etc. This workflow is often served as one of the first step options for other workflows offered by ilastik, such as object classification, automatic tracking.

Description

This workflow classifies objects based on object-level features (e.g. intensity based, morphology based, etc) and user annotations. It needs segmentation images besides the raw image data. Segmentation images can be obtained from ilastik pixel classification, or binary segmentation images from other tools. Within the object classification, one can prefilter objects through thresholds (on pixel probability image) or object sizes (on segmentation image). Outputs are predicted classification label images. Selected features can also be exported. Advanced users also have possibilities to add customized (object) features for classification in a simple plugin fashion through python scripts.