decompose4 — 将四通道图像转换为四幅图像。
decompose4(MultiChannelImage : Image1, Image2, Image3, Image4 : : )
算子 decompose4 将一张四通道图像转换为四张具有相同定义域的单通道图像。不会为输出图像分配新的存储空间。相反,生成的图像包含对现有输入图像通道的引用。
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)
输出图像 1。
Image2 (输出对象) singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
输出图像 2。
Image3 (输出对象) singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
输出图像 3。
Image4 (输出对象) singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
输出图像 4。
access_channel,
image_to_channels
基础