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

    名称

    decompose3 - 将三通道图像转换为三个图像。

    用法

    decompose3(MultiChannelImage : Image1, Image2, Image3 : : )

    描述

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

    Possible Predecessors

    count_channels

    Possible Successors

    disp_image

    Alternatives

    access_channel, image_to_channels 

    See also

    compose3

    模块

    Foundation

    HDevelop例程

  • 相关阅读:
    面对一个全新的环境,作为一个Mysql DBA,首先应该了解什么?
    Puppet学习之puppet的安装和配置
    Puppet学习之文件管理
    AJAx在windows 2003 系统下没有响应
    如何学习jquery
    系统底层图书推荐
    Jquery+Aspx实现Ajax得不到响应
    如何深入学习asp.net
    asp.net精华文章推荐
    爱恨交加的asp.net服务器控件
  • 原文地址:https://www.cnblogs.com/xhiong/p/decompose3.html
Copyright © 2011-2022 走看看