halcon算子翻译——image_to_channels

名称

image_to_channels - 将多通道图像转换为单通道图像数组

用法

image_to_channels(MultiChannelImage : Images : : )

描述

算子image_to_channels为MultiChannelImage中多通道图像的每个通道生成一个单通道图像。 定义域(ROI)采用输入图像的ROI。 由于MultiChannelImage具有多个通道,因此创建了多个图像。

并行

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

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

参数

MultiChannelImage   (input_object) (multichannel-)image → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
  被分解的多通道图像。


Images (output_object)    singlechannelimage-array → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
  生成的单通道图像。

Possible Predecessors

count_channels

Possible Successors

disp_image

Alternatives

access_channel, decompose2, decompose3, decompose4, decompose5

See also

channels_to_image

模块

Foundation

HDevelop例程

simultaneous_grabbing.hdev 同时从两台相机采集图像。

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