compose3 — 将三幅图像转换为三通道图像。
compose3(Image1, Image2, Image3 : MultiChannelImage : : )
算子 compose3 将 3 张单通道图像转换为 3 通道图像。其定义域被计算为输入图像定义域的交集。多通道图像不会分配新的存储空间,而是包含对现有输入图像的引用。
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。
MultiChannelImage (输出对象) multichannel-image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
多通道图像。
基础