zoukankan      html  css  js  c++  java
  • halcon算子翻译——decompose6

    名称

    decompose6 - 将六通道图像转换为六个图像。

    用法

    decompose6(MultiChannelImage : Image1, Image2, Image3, Image4, Image5, Image6 : : )

    描述

    算子decompose6将6通道图像转换为具有相同定义域(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。

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

    Possible Predecessors

    count_channels

    Possible Successors

    disp_image

    Alternatives

    access_channel, image_to_channels 

    See also

    compose6

    模块

    Foundation

  • 相关阅读:
    索引覆盖与覆盖索引的深入探究
    附加数据库后,数据库状态为只读
    Starting MySQL. ERROR! The server quit without updating PID file(xxx/x.pid)
    【1.4】shell基本实践——根据文件做交互选择
    mysql中count与null的坑
    深入理解yield(二):yield与协程
    深入理解yield(三):yield与基于Tornado的异步回调
    tornado.gen 模块解析
    pip 安装指定版本的python包
    [转]Tornado get/post请求异步处理框架分析
  • 原文地址:https://www.cnblogs.com/xhiong/p/decompose6.html
Copyright © 2011-2022 走看看