decompose2 — 将双通道图像转换为两幅图像。
decompose2(MultiChannelImage : Image1, Image2 : : )
算子 decompose2 converts a 2-channel image into
two 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.
access_channel,
image_to_channels
基础