日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

【机器视觉】 dev_set_lut算子

發布時間:2024/4/24 编程问答 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 【机器视觉】 dev_set_lut算子 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

00. 目錄

文章目錄

    • 00. 目錄
    • 01. 概述
    • 02. 簽名
    • 03. 描述
    • 04. 注意
    • 05. 參數
    • 06. 結果
    • 07. 附錄

01. 概述

dev_set_lut - 設置“查找表”(lut)。

02. 簽名

dev_set_lut( : : LutName : )

03. 描述

dev_set_lut設置活動圖形窗口的查找表。 查找表定義了將來自單通道圖像的“灰度值”轉換為屏幕上的灰度值或顏色。 query_lut列出所有查找表的名稱。

有關更多信息,請參閱算子set_lut的說明。 但是,與算子set_lut相反,此算子設置的新的查找表也用于之后打開的所有新圖形窗口。

原文描述

dev_set_lut sets the look-up-table of the active graphics window. A look-up-table defines the transformation of a “gray value” from an one-channel-image into a gray value or color on the screen. query_lut lists the names of all look-up-tables.

For more information see the description of the operator set_lut. However, in contrast to that operator the new look-up-table is also used for all new graphics windows that are opened afterwards.

04. 注意

使用HDevelop的代碼導出功能,為該算子生成的代碼可能與相關的HALCON算子具有不同的行為。 有關將HDevelop圖形算子導出為不同編程語言的代碼的詳細說明,請參閱“HDevelop User’s Guide”中的 Code Export -> General Aspects of Code Generation -> Graphics Windows一章。

05. 參數

LutName (input_control) filename.read → (string)
  Name of look-up-table, values of look-up-table (RGB) or file name.
  Default value: ‘default’
  Suggested values: ‘default’, ‘linear’, ‘inverse’, ‘sqr’, ‘inv_sqr’, ‘cube’, ‘inv_cube’, ‘sqrt’, ‘inv_sqrt’, ‘cubic_root’, ‘inv_cubic_root’, ‘color1’, ‘color2’, ‘color3’, ‘color4’, ‘three’, ‘six’, ‘twelve’, ‘twenty_four’, ‘rainbow’,   ‘temperature’, ‘cyclic_gray’, ‘cyclic_temperature’, ‘hsi’, ‘change1’, ‘change2’, ‘change3’
  File extension: .lut

HDevelop例程

watersheds_threshold.hdev Extract watersheds basins using a threshold
radiometric_self_calibration.hdev Perform a radiometric self calibration of two different cameras
histo_2dim.hdev Calculate a two-dimensional histogram (based on two gray-value channels)
gray_moments.hdev Calculate gray-value moments and approximate by a plane
gen_cooc_matrix.hdev Calculate a co-occurrence matrix
display_operators.hdev Visualize results
dev_open_window.hdev Open graphics windows in HDevelop
dem.hdev Extract high objects from a digital elevation model
cooc_feature_matrix.hdev Calculate a co-occurence matrix and derive texture features

程序示例

read_image(Image,'mreut') dev_set_lut('inverse') * For true color only: dev_display(Image)

06. 結果

如果指定參數的值正確,則dev_set_lut返回2(H_MSG_TRUE)。 否則會引發異常并返回錯誤代碼。

07. 附錄

7.1 機器視覺博客匯總
網址:https://dengjin.blog.csdn.net/article/details/116837497

總結

以上是生活随笔為你收集整理的【机器视觉】 dev_set_lut算子的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。