• halcon算子翻译——decompose5


    名称

    decompose5 - 将五通道图像转换为五个图像。

    用法

    decompose5(MultiChannelImage : Image1, Image2, Image3, Image4, Image5 : : )

    描述

    算子decompose5将5通道图像转换为具有相同定义域(ROI)的五个单通道图像。

    并行

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

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

    参数

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


    Image1 (output_object)    singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
      输出图像1。


    Image2 (output_object)    singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
      输出图像2。

    Image3 (output_object)    singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
      输出图像3。

    Image4 (output_object)    singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
      输出图像4。

    Image5 (output_object)    singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
      输出图像5。

    Possible Predecessors

    count_channels

    Possible Successors

    disp_image

    Alternatives

    access_channel, image_to_channels 

    See also

    compose5

    模块

    Foundation

  • 相关阅读:
    C++ 之头文件依赖和引用类型的成员变量
    go语言学习之结构体
    go语言学习之解析XML
    VSCode编辑器使用技巧:快捷输入HTML代码(转)
    Qt QNetworkAccessManager请求导致的软件闪退
    注册表在64位操作系统下
    Signal和Slot是同步的还是异步的
    C++之private虚函数
    eclipse环境下Python报错"undefined variable from import..."的解决方案
    Android占位符
  • 原文地址:https://www.cnblogs.com/xhiong/p/decompose5.html
Copyright © 2020-2023  润新知