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

    名称

    append_channel - 添加额外的矩阵(通道)的图像。

    用法

    append_channel(MultiChannelImage, Image : ImageExtended : : )

    描述

      算子append_channel将图像Image的矩阵附加到MultiChannelImage的矩阵。 结果是包含与MultiChannelImage和Image相结合的多矩阵(通道)的图像。 输出图像的定义域(ROI)被计算为两个输入图像的定义域(ROI)的交集。 MultiChannelImage可能只是一个区域,然后被解释为没有通道的图像的定义域(ROI)。

    并行

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

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

    参数

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


    Image (input_object)    (multichannel-)image → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
      要附加的图像。


    ImageExtended (output_object) multichannel-image → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
      由Image附加的图像。

    Possible Successors

    disp_image

    Alternatives

    compose2, compose3, compose4, compose5

    模块

    Foundation

    HDevelop例程

    tile_channels_reduced.hdev 将多个图像通道的区域拼接成大图像
    tile_channels.hdev      将多个图像通道拼接成一个大图像

  • 相关阅读:
    mysql.pas
    mysql 动态创建(删除)数据库,表
    界面美化(来自网络)
    串口的一点知识(摘抄)
    移位操作
    快速排序
    oracle和sqlserver互訪
    ASP.NET 无法向会话状态服务器发出会话状态请求 错误的解决方法
    去除 word requirements 工具条
    C# 控件预处理键盘命令
  • 原文地址:https://www.cnblogs.com/xhiong/p/append_channel.html
Copyright © 2011-2022 走看看