Split Channels¶
Creates a set of multiple single channel images from a single multi channel input image.
Input¶
A single image, volume or set containing any combination thereof. All elements must have the same number of color channels and this number must not be one.
Output¶
Depends on the setting for Output sorting
:
Group by channel: Produces one image set for each color channel in the input data. The size of these sets matches the number of images in the input. All images in a set belong to the same color channel. This would split an input of 2 RGB images into 3 sets of 2 images each.
Group by frame: Produces one image set for each image in the input data. The size of these sets matches the number of color in the input. All images in a set belong to the same input image. This would split an input of 2 RGB images into 2 sets of 3 images each.
The input will not be modified by this algorithm.
Description¶
Splits the input into single channel data and sorts the resulting images as described in the output section.