halcon算子翻译——channels_to_image

名称

channels_to_image - 将单通道图像转换为多通道图像

用法

channels_to_image(Images : MultiChannelImage : : )

描述

算子channels_to_image将多个单通道图像转换为多通道图像。 新的定义域(ROI)是输入图像的定义域(ROI)的交集。

并行

●  支持计算设备上的对象。

●  多线程类型:可重入(与非独占算子并行运行)。
●  多线程范围:全局(可以从任何线程调用)。
●  不并行化处理。

参数

Images (input_object)   singlechannelimage-array → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
  要合并为多通道图像的多个单通道图像。


MultiChannelImage (output_object)    multichannel-image → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
  多通道图像

Possible Successors

count_channels, disp_image

See also

image_to_channels

模块

Foundation

HDevelop例程

 

原文地址:https://www.cnblogs.com/xhiong/p/channels_to_image.html