【机器视觉】 dev_set_colored算子
00. 目錄
文章目錄
- 00. 目錄
- 01. 概述
- 02. 簽名
- 03. 描述
- 04. 注意
- 05. 參數
- 06. 結果
- 07. 附錄
01. 概述
dev_set_colored - 設置多個輸出顏色。
02. 簽名
dev_set_colored( : : NumColors : )
03. 描述
dev_set_colored可以使用一組NumColors預定義顏色以不同的顏色在圖形窗口中顯示region,XLD和其他geometrical對象的元組。 通過算子query_colored可以查詢NumColors的有效值。
有關更多信息,請參閱算子set_colored的說明。 但是,與set_colored算子相反,此算子的顏色設置也用于之后打開的所有新圖形窗口。
這些顏色設置會保持有效,直到調用dev_set_color或dev_set_colored,或直到顏色設置交互式修改為止。
原文描述:
dev_set_colored allows to display tuples of regions, XLDs, and other geometrical objects in the graphics windows in different colors using a set of NumColors predefined colors. Valid values for NumColors can be queried with the operator query_colored.
For more information see the description of the operator set_colored. However, in contrast to that operator the color setting is also used for all new graphics windows that are opened afterwards.
These color settings remain valid until dev_set_color or dev_set_colored is called or until the color setting are modified interactively.
04. 注意
使用HDevelop的代碼導出功能,為該算子生成的代碼可能與相關的HALCON算子具有不同的行為。 有關將HDevelop圖形算子導出為不同編程語言的代碼的詳細說明,請參閱“HDevelop User’s Guide”中的 Code Export -> General Aspects of Code Generation -> Graphics Windows一章。
05. 參數
NumColors (input_control) integer → (integer)
Number of output colors.
Default value: 6
List of values: 3, 6, 12
HDevelop例程
label_word_process_mlp.hdev Read a best-before label using a MLP-based OCR classifier and a lexicon to improve results
gen_checker_region.hdev Create a chessboard region
display_operators.hdev Visualize results
dev_display.hdev Display image objects in graphics windows in HDevelop
dev_disp_text.hdev Explain the usage of dev_disp_text and its generic parameters
程序示例
read_image(Image,'monkey') threshold(Image,Region,128,255) dev_set_colored(6) connection(Region,Regions)06. 結果
如果指定參數的值正確,則dev_set_colored返回2(H_MSG_TRUE)。 否則會引發異常并返回錯誤代碼。
07. 附錄
7.1 機器視覺博客匯總
網址:https://dengjin.blog.csdn.net/article/details/116837497
總結
以上是生活随笔為你收集整理的【机器视觉】 dev_set_colored算子的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【机器视觉】 dev_set_color
- 下一篇: 【机器视觉】 dev_set_conto