日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

【机器视觉】 dev_set_line_width算子

發布時間:2024/4/24 编程问答 45 豆豆
生活随笔 收集整理的這篇文章主要介紹了 【机器视觉】 dev_set_line_width算子 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

00. 目錄

文章目錄

    • 00. 目錄
    • 01. 概述
    • 02. 簽名
    • 03. 描述
    • 04. 注意
    • 05. 參數
    • 06. 結果
    • 07. 附錄

01. 概述

dev_set_line_width - 定義region,contour輸出的線寬。

02. 簽名

dev_set_line_width( : : LineWidth : )

03. 描述

dev_set_line_width定義用于顯示region輪廓('margin’模式),XLD和其他幾何輸出(例如,disp_region,disp_line等)的線寬(以像素為單位)。

有關更多信息,請參閱算子set_line_width的說明。 但是,與算子set_line_width相反,此算子設置的新的線寬也用于之后打開的所有新圖形窗口。

原文描述

dev_set_line_width defines the line width (in pixel) that is used to display region contours (in ‘margin’ mode), XLDs, and other geometric output (e.g., disp_region, disp_line, etc.).

For more information see the description of the operator set_line_width. However, in contrast to that operator the new line width is also used for all new graphics windows that are opened afterwards.

04. 注意

使用HDevelop的代碼導出功能,為該算子生成的代碼可能與相關的HALCON算子具有不同的行為。 有關將HDevelop圖形算子導出為不同編程語言的代碼的詳細說明,請參閱“HDevelop User’s Guide”中的 Code Export -> General Aspects of Code Generation -> Graphics Windows一章。

05. 參數

LineWidth (input_control) integer → (integer)
  Line width for region output in contour mode.
  Default value: 1
  Restriction: LineWidth >= 1

HDevelop例程

roads.hdev Extract roads from aerial image
display_operators.hdev Visualize results
clip.hdev Determine the position and orientation of clips
advanced_visualization_settings.hdev Improve the visualization with transparency, anti-aliasing, and more

程序示例

read_image(Image,'monkey') threshold(Image,Region,128,255) dev_set_draw('margin') dev_set_line_width(5) dev_clear_window () dev_display(Region)

06. 結果

如果指定參數的值正確,則dev_set_line_width返回2(H_MSG_TRUE)。 否則會引發異常并返回錯誤代碼。

07. 附錄

7.1 機器視覺博客匯總
網址:https://dengjin.blog.csdn.net/article/details/116837497

總結

以上是生活随笔為你收集整理的【机器视觉】 dev_set_line_width算子的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。