channels_to_image — 将单通道图像转换为多通道图像。
channels_to_image(Images : MultiChannelImage : : )
算子 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 images, unless images
of different dimensions are combined. In that case, new storage is allocated
for all images that do not have both maximum width and height among all
input images.
For all images with maximum dimensions, the created multi-channel image
contains references to the existing input images.
Images (输入对象) singlechannelimage-array → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
One-channel images to be combined into a one-channel image.
MultiChannelImage (输出对象) multichannel-image → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
多通道图像。
基础