Merge Image Channels¶
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
image
Input image
- input2
image
Input image
Output ports
- output
image
Resulting image with all channels
- class node_channels.ConcatChannels[source]