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
Type: imageDescription: Input image- input2
Type: imageDescription: Input image
Output ports¶
- output
Type: imageDescription: Resulting image with all channels
Examples¶
The node can be found in:
Implementation¶
- class node_channels.ConcatChannels[source]