机器视觉 dev_set_colored算子

Posted 沧海一笑-dj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了机器视觉 dev_set_colored算子相关的知识,希望对你有一定的参考价值。

00. 目录

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算子的主要内容,如果未能解决你的问题,请参考以下文章

机器视觉 边缘检测算子

机器视觉 exit算子

机器视觉 switch算子

机器视觉 export_def算子

机器视觉 insert算子(已废弃)

机器视觉 stop算子