名称
append_channel - 添加额外的矩阵(通道)的图像。
用法
append_channel(MultiChannelImage, Image : ImageExtended : : )
描述
算子append_channel将图像Image的矩阵附加到MultiChannelImage的矩阵。 结果是包含与MultiChannelImage和Image相结合的多矩阵(通道)的图像。 输出图像的定义域(ROI)被计算为两个输入图像的定义域(ROI)的交集。 MultiChannelImage可能只是一个区域,然后被解释为没有通道的图像的定义域(ROI)。
并行
● 支持计算设备上的对象。
● 多线程类型:可重入(与非独占算子并行运行)。
● 多线程范围:全局(可以从任何线程调用)。
● 不并行化处理。
参数
MultiChannelImage (input_object) (multichannel-)image → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
多通道图像
Image (input_object) (multichannel-)image → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
要附加的图像。
ImageExtended (output_object) multichannel-image → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
由Image附加的图像。
Possible Successors
disp_image
Alternatives
compose2, compose3, compose4, compose5
模块
Foundation
HDevelop例程
tile_channels_reduced.hdev 将多个图像通道的区域拼接成大图像
tile_channels.hdev 将多个图像通道拼接成一个大图像