Basic tutorials

Splitting a multi-channel image

Summary

Explains how to split a multi-channel image to enable a dedicated processing pipeline per channel.

Tutorial data

This tutorial has accompanying data. Please download the data if you want to follow the guide.

Step 1

Open the project file and run the bottom node Import image (red arrow 1). Chose the Cache intermediate results option to see the outcome from all nodes.

Observe the cache (red arrow 2) and notice that the image has multiple channels (red arrow 3). In order to split the channels, search for a suitable node (red arrow 4) with the keyword split (red arrow 5). Choose the Split channels node (red arrow 6) and add it to the pipeline (red arrow 7).

Step 2

The number of channels can be easily figured out from the image viewer. Double click on the image in the cache of the Import image node (red arrow 1) and note the three listed channels (red arrows 2, 3, 4).

In the image viewer, the channels can be selected via a slider (red arrow 5).

Step 3

The image contrast can be selected from a list (red arrow 1), using Auto (red arrow 2) is the default setting. The multichannel image can be converted into an RGB image (red arrow 3), whereas the zoom factor can be set via a +/- button set (red arrow 4). The resulting image can be exported or copied into the system cache as described before (red arrow 5).

Step 4

The image will be split into three channels, as revealed by the image viewer.

To set up the Split channels node, we need to add three output channels, corresponding to the red, green, and blue channels of the raw image:

click on the ➕ sign to add a new slot to the Split channels node (red arrow 1). This will open the Add slot window (red arrow 2), where we search for image as data type (red arrow 3).

It’s not necessary to be more specific about the image format, the general Image type (red arrow 4) will take care of any conversion automatically. We name the first channel Red (red arrow 5) and add the new slot (red arrow 6).

Step 5

The Split channels node can be set up from the Parameters menu.

By repeating the red channel addition for green and blue, we end up with the necessary three-channel output (red arrows 1, 2, 3). The output channels are assigned to those of the incoming image, starting the channel counting at zero (red arrows 4, 5, 6). The new channel indices and names are added to the annotation system (red arrows 7, 8).

Step 6

Run the Split channels node (red arrow 1) and observe the cache (red arrow 2).

The slot name (red arrow 3), data type (red arrow 4) and channel index (red arrow 5) are now shown as annotations, in addition to the three images on grey scale (red arrow 6).