【机器视觉】 dev_close_inspect_ctrl算子
00. 目錄
文章目錄
- 00. 目錄
- 01. 概述
- 02. 簽名
- 03. 描述
- 04. 注意
- 05. 參數(shù)
- 06. 結(jié)果
- 07. 附錄
01. 概述
dev_close_inspect_ctrl - 關(guān)閉一個或多個控制變量的檢查窗口。
02. 簽名
dev_close_inspect_ctrl( : : Variable : )
03. 描述
dev_close_inspect_ctrl是dev_inspect_ctrl的對應(yīng)的算子。 它關(guān)閉與變量中指定的Variable相對應(yīng)的變量檢查窗口或變量窗口。 參數(shù)變量可以包含具有多個變量名稱的表達(dá)式(例如元組)。 首先,算子 dev_close_inspect_ctrl嘗試找到與所列變量完全匹配的檢查窗口。 如果找到,則它將被關(guān)閉。 如果找不到完全匹配,算子會嘗試從第一個匹配的檢查窗口中為每個列出的變量移除一列。 當(dāng)移除檢查窗口的最后一列時,窗口關(guān)閉。
替代方案是通過按下標(biāo)題欄中的關(guān)閉按鈕關(guān)閉檢查窗口。
原文描述:
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. 注意
此算子不支持代碼導(dǎo)出。
05. 參數(shù)
Variable (input_control) real(-array) → (real / integer / string)
需要關(guān)閉變量檢查窗口名稱。
06. 結(jié)果
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 機(jī)器視覺博客匯總
網(wǎng)址:https://dengjin.blog.csdn.net/article/details/116837497
總結(jié)
以上是生活随笔為你收集整理的【机器视觉】 dev_close_inspect_ctrl算子的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【机器视觉】 dev_set_check
- 下一篇: 【机器视觉】 dev_close_too