Operators |
channels_to_image — Convert one-channel images into a multi-channel image
channels_to_image(Images : MultiChannelImage : : )
The operator channels_to_image converts several one-channel images into a multi-channel image. The new definition domain is the intersection of the definition domains of the input images. No new storage is allocated for the multi-channel image. Instead, the created multi-channel image contains references to the existing input images.
One-channel images to be combined into a one-channel image.
Multi-channel image.
Foundation
Operators |