Merge Image Channels

../../../../_images/image_merge_channels.svg

Creates a new image with all the channels in the two input images

Documentation

Creates a new image with all the channels in the two input images.

Definition

Input ports

input1
Type: image
Description: Input image
input2
Type: image
Description: Input image

Output ports

output
Type: image
Description: Resulting image with all channels

Examples

The node can be found in:

Implementation

class node_channels.ConcatChannels[source]