zoukankan      html  css  js  c++  java
  • 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 同时从两台相机采集图像。

  • 相关阅读:
    H3C S3600-28TP-SI配置命令
    笔记本双网卡内外同上
    计算机存储单位与宽带单位
    linux 设置网卡
    linux 挂载命令详解
    vue实现京东动态楼层效果
    js字符与ASCII码互转的方法
    UartAssist串口调试工具
    高字节和低字节是什么意思?
    int16, int32, int64等类型说明
  • 原文地址:https://www.cnblogs.com/xhiong/p/image_to_channels.html
Copyright © 2011-2022 走看看