机器视觉 dev_set_contour_style算子

Posted 沧海一笑-dj

tags:

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

00. 目录

01. 概述

dev_set_contour_style — 定义轮廓显示填充样式。

02. 签名

dev_set_contour_style( : : Style : )

03. 描述

dev_set_contour_style 定义轮廓显示的填充样式。 样式支持以下值:

‘stroke’:只显示轮廓线。

‘fill’:填充轮廓包围的区域。

‘stroke_and_fill’:显示轮廓线并填充封闭区域。 特别是对于较大的线宽会有不同,请参阅 set_line_width。

对于所有样式,都使用当前的绘图颜色。

原文描述

dev_set_contour_style defines the fill style of contour displays. The following values are supported for Style:

  • ‘stroke’: Only the line of the contour gets displayed.

  • ‘fill’: The area enclosed by the contour is filled.

  • ‘stroke_and_fill’: The line of the contour gets displayed and the enclosed area filled. especially makes a difference for larger line widths, see set_line_width.

For all styles the current drawing color is used.

04. 注意

使用HDevelop的代码导出功能,为该算子生成的代码可能与相关的HALCON算子具有不同的行为。 有关将HDevelop图形算子导出为不同编程语言的代码的详细说明,请参阅“HDevelop User’s Guide”中的 Code Export -> General Aspects of Code Generation -> Graphics Windows一章。

05. 参数

Style (input_control) string → (string)
Fill style for contour display.

Default value: ‘stroke’
List of values: ‘fill’, ‘stroke’, ‘stroke_and_fill’

HDevelop例程

程序示例


06. 结果

如果指定参数的值正确,则 dev_set_contour_style 返回 2 (H_MSG_TRUE)。 否则会引发异常并返回错误代码。

07. 附录

7.1 机器视觉博客汇总
网址:https://dengjin.blog.csdn.net/article/details/116837497

以上是关于机器视觉 dev_set_contour_style算子的主要内容,如果未能解决你的问题,请参考以下文章

如何选择机器视觉软件

如何开展一个机器视觉检测项目?

机器视觉做啥用的?

机器视觉的应用领域

机器视觉在应用过程中是如何识别图片的?

关于labview机器视觉的问题