Pipelines
Clicking on an pipeline in the Pipelines tab opens the pipeline settings panel.
The final goal of a pipeline in ImageC is to get objects (see section Classification). Objects can either be extracted from an image plane based on a region of interest using image processing and classification algorithms, or constructed from an existing set of objects using object math.
A typical way to get the wanted objects from an image is first the define the image plane to process, set classification information for the extracted objects, add image preprocessing and classification steps, do some object math and filtering.
Finally, the extracted objects are stored in the resulting database along with their object metrics.
Pipeline meta
The Pipeline meta section is used to specify some basic channel information.
The Pipeline name input allows you to give the pipeline a meaningful name. It is recommended to not use the same name for two pipelines in the same project to make failure analyzes much more easier.
Pipeline input
The Pipeline input defines the image plane which should be used as a starting point for this pipeline. Mandatory field is the Image channel.
If the Z-Stack setting in the Project tab is set to Intensity Projection, it is necessary to select which intensity projection mode is to be used for the input channel of the images by selecting the Z-Projection mode. If the the Z-Stack setting in the Project tab is set to Each one, not additional settings have to be taken for the z-stack. Each z-stack is processed individually. If the Z-Stack setting in the Project tab is set to Exact one, it is necessary to specify which z-stack index to use for analysis, the default being zero (0).
Same settings have to be taken for the time stack depending on taken T-Stack settings in the Project tab.
In addition to start with an image plane as input it is also possible to start with an Empty image. Using a blank image is useful for use cases where you are working with objects from a previous pipeline without having to extract objects again.
Pipeline output
Some of the processing steps are used to extract objects from the input images. Each detected object is classified by assigning to exact on cluster and class. The settings in this section allow you to specify the default cluster and class that will be used for each detected object, unless specified otherwise within a pipeline step.
Pipeline steps
The goal of each pipeline is to extract regions of interest from an image input plane and store these regions of interest as objects for further object processing. ImageC provides a wide range of commands that can be used for this purpose.
By clicking on the — + — button within the pipeline step section, the command selection dialog is opened. Commands are classified into four principal categories: image processing commands (gray), object segmentation commands (white), object classification commands and object post-processing commands (green).
When opening the command selection dialogue, this dialogue shows all the available commands that can be used at this pipeline position. Double-click to insert the command.
A typical pipeline flow might look like this:
First of all image processing commands are used to reduce the image noise as much as possible.
Object segmentation commands are used to separate foreground from background by using threshold algorithms and convert the grey scale image to a binary image.
In the next step an object classification command is used to extract region of interests from the grey scale image and classify them to objects.
Object postprocessing and filter commands can be used to do further processing or filtering on the detected objects.