decompose3 — 将三通道图像转换为三幅图像。
decompose3(MultiChannelImage : Image1, Image2, Image3 : : )
算子 decompose3 将一张三通道图像转换为三张具有相同定义域的单通道图像。不会为输出图像分配新的存储空间。相反,生成的图像包含对现有输入图像通道的引用。
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。
access_channel,
image_to_channels
基础