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

    名称

      get_framegrabber_lut - 查询图像采集设备的查找表。

    用法

      get_framegrabber_lut( : : AcqHandle : ImageRed, ImageGreen, ImageBlue)

    描述

      算子get_framegrabber_lut查询由AcqHandle指定的图像采集设备的查找表(LUT)。 请注意,此算子不完全支持各种图像采集设备。

    注意

      对于多线程应用程序,图像采集算子(如open_framegrabber中所列)是一个自己的组,其中info_framegrabber,open_framegrabber,close_framegrabber和close_all_framegrabbers是独占运行的。

      get_framegrabber_lut与该组内外的所有非独占算子并行运行。

    并行

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

    参数

    AcqHandle (input_control)   framegrabber → (integer)
      要使用的采集设备的句柄。


    ImageRed (output_control)    integer-array → (integer)
      红色类别的LUT条目。


    ImageGreen (output_control)    integer-array → (integer)
      绿色类别的LUT条目。


    ImageBlue (output_control)    integer-array → (integer)
      蓝色类别的LUT条目。

    结果

    如果图像采集设备开启,则算子get_framegrabber_lut返回值2(H_MSG_TRUE)。

    Possible Predecessors

    open_framegrabber

    Possible Successors

    set_framegrabber_lut

    See also

    set_framegrabber_lut, open_framegrabber

    模块

    Foundation

    HDevelop例程

    saperalt_lut.hdev    设置SaperaLT接口的查找表
    bitflow_lut.hdev       设置BitFlow接口的查找表

  • 相关阅读:
    EBS SQL > Form & Report
    oracle sql 优化分析点
    MRP 物料需求计划
    MRPII 制造资源计划
    Barcode128 应用实务
    Oracle SQL语句优化技术分析
    APPSQLAP10710 Online accounting could not be created. AP Invoice 无法创建会计分录
    Oracle数据完整性和锁机制
    ORACLE Responsibility Menu Reference to Other User
    EBS 常用 SQL
  • 原文地址:https://www.cnblogs.com/xhiong/p/get_framegrabber_lut.html
Copyright © 2011-2022 走看看