• halcon算子翻译——compose2


    名称

    compose2 - 将两个图像转换为双通道图像。

    用法

    compose2(Image1, Image2 : MultiChannelImage : : )

    描述

    算子compose2将2个单通道图像转换为2通道图像。 定义域(ROI)被计算为输入图像的定义域的交集。

    并行

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

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

    参数

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


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


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

    Possible Successors

    disp_image

    Alternatives

    append_channel

    See also

    decompose2

    模块

    Foundation

    HDevelop例程

    set_paint_3d_plot.hdev   演示如何使用算子set_paint的模式“3d_plot”

  • 相关阅读:
    合并本地多次commit为一个commit
    git 取消文件跟踪
    遍历进程 遍历窗口
    linux查看程序运行参数
    ubuntu下载地址
    将博客搬至CSDN
    extern"C"的使用
    ESP32-NVS存储(非易失性存储库)
    ESP32-EEPROM存储
    c语言简单数据类型
  • 原文地址:https://www.cnblogs.com/xhiong/p/compose2.html
Copyright © 2020-2023  润新知