zoukankan      html  css  js  c++  java
  • 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例程

     

  • 相关阅读:
    pyton 类(4) 静态方法
    python 类(3) property
    python 类(2)
    python 类(1)
    python 文件写入
    python 文件读取
    python 高阶函数 lamdad reduce map
    python 时间转换
    GDI+_从Bitmap里得到的Color数组值解决方案
    32位机,CPU是如何利用段寄存器寻址的
  • 原文地址:https://www.cnblogs.com/xhiong/p/channels_to_image.html
Copyright © 2011-2022 走看看