【机器视觉】 dev_close_inspect_ctrl算子
00. 目錄
文章目錄
- 00. 目錄
- 01. 概述
- 02. 簽名
- 03. 描述
- 04. 注意
- 05. 參數
- 06. 結果
- 07. 附錄
01. 概述
dev_close_inspect_ctrl - 關閉一個或多個控制變量的檢查窗口。
02. 簽名
dev_close_inspect_ctrl( : : Variable : )
03. 描述
dev_close_inspect_ctrl是dev_inspect_ctrl的對應的算子。 它關閉與變量中指定的Variable相對應的變量檢查窗口或變量窗口。 參數變量可以包含具有多個變量名稱的表達式(例如元組)。 首先,算子 dev_close_inspect_ctrl嘗試找到與所列變量完全匹配的檢查窗口。 如果找到,則它將被關閉。 如果找不到完全匹配,算子會嘗試從第一個匹配的檢查窗口中為每個列出的變量移除一列。 當移除檢查窗口的最后一列時,窗口關閉。
替代方案是通過按下標題欄中的關閉按鈕關閉檢查窗口。
原文描述:
dev_close_inspect_ctrl is the counterpart operator to dev_inspect_ctrl. It closes the variable inspect window or windows corresponding to the variables specified in Variable. The parameter Variable can contain an expression (e.g., tuple) with several variable names. First, the operator dev_close_inspect_ctrl tries to find an inspect window with an exact match of the listed variables. If it is found, it will be closed. If no exact match is found, the operator tries to remove for every listed variable one column from the first matching inspect window. By removing the last column of an inspect window the window is closed.
As an alternative, the inspect windows can be closed by pressing the Close-button in the title bar.
04. 注意
此算子不支持代碼導出。
05. 參數
Variable (input_control) real(-array) → (real / integer / string)
需要關閉變量檢查窗口名稱。
06. 結果
dev_close_inspect_ctrl始終返回2(H_MSG_TRUE)。
HDevelop例程
make_and_remove_dir.hdev Create and remove directories
hand_eye_stationarycam_grasp_nut.hdev Calculate pose for grasping a nut based on results of hand-eye calibration for a stationary camera
dev_close_inspect_ctrl.hdev Close a variable inspection window in HDevelop
camera_calibration_external.hdev Measure positions on a caliper rule using camera calibration
程序示例
Var := 1 dev_inspect_ctrl (Var) Var := [1,2,3,9,5,6,7,8] Var[3] := 4 stop () dev_close_inspect_ctrl (Var)07. 附錄
7.1 機器視覺博客匯總
網址:https://dengjin.blog.csdn.net/article/details/116837497
總結
以上是生活随笔為你收集整理的【机器视觉】 dev_close_inspect_ctrl算子的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【机器视觉】 dev_set_check
- 下一篇: 【机器视觉】 dev_close_too