decompose4 — 将四通道图像转换为四幅图像。
decompose4(MultiChannelImage : Image1, Image2, Image3, Image4 : : )
算子 decompose4 converts a 4-channel image into
four one-channel images with the same definition domain.
No new storage is allocated for the output images.
Instead, the created images contain references to the existing
input image channels.
MultiChannelImage (输入对象) multichannel-image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
多通道图像。
Image1 (输出对象) singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Output image 1.
Image2 (输出对象) singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Output image 2.
Image3 (输出对象) singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Output image 3.
Image4 (输出对象) singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Output image 4.
access_channel,
image_to_channels
基础