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

    名称

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

    用法

    decompose2(MultiChannelImage : Image1, Image2 : : )

    描述

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

    Possible Predecessors

    count_channels

    Possible Successors

    disp_image

    Alternatives

    access_channel, image_to_channels 

    See also

    compose2

    模块

    Foundation

    HDevelop例程

    simultaneous_grabbing.hdev   从两台相机同时采集
    multicam_stereo.hdev         使用MultiCam接口进行立体视觉设置

  • 相关阅读:
    PHP代码审计-command injection-dvwa靶场
    PHP代码审计-Brute Force-dvwa靶场
    PHP代码审计-XSS
    Linux下安装SQLServer2019
    Linux--每日一个跑路小命令之 chmod 000 -R /
    linux的小命令-fuck
    uni-app 页面样式与布局
    uni-app内置基础组件
    uni-app pages.json常用配置
    uni-app项目目录和文件作用
  • 原文地址:https://www.cnblogs.com/xhiong/p/decompose2.html
Copyright © 2011-2022 走看看