【机器视觉】 dev_display算子
00. 目錄
文章目錄
- 00. 目錄
- 01. 概述
- 02. 簽名
- 03. 描述
- 04. 注意
- 05. 參數
- 06. 結果
- 07. 附錄
01. 概述
dev_display — 在當前圖形窗口中顯示圖像對象。
02. 簽名
dev_display(Object : : : )
03. 描述
dev_display 在活動圖形窗口中顯示圖標對象(圖像、區域或 XLD)。 這相當于雙擊變量窗口內的圖標變量。
原文描述:
dev_display displays an iconic object (image, region, or XLD) in the active graphics window. This is equivalent to a double click on an icon variable inside the variable window.
04. 注意
使用HDevelop的代碼導出功能,為該算子生成的代碼可能與相關的HALCON算子具有不同的行為。 有關將HDevelop圖形算子導出為不同編程語言的代碼的詳細說明,請參閱“HDevelop User’s Guide” 中的Code Export -> General Aspects of Code Generation -> Graphics Windows一章。
05. 參數
Object (input_object) object(-array) → object
Image objects to be displayed.
06. 結果
如果指定參數的值正確,則 dev_display 返回 2 (H_MSG_TRUE)。 否則會引發異常并返回錯誤代碼。
HDevelop例程
vessel.hdev Extract and measure a blood vessel
roads.hdev Extract roads from aerial image
phot_stereo_braille.hdev Get 3D model of braille using photometric stereo
explore_halcon.hdev Explore the power of HALCON
display_operators.hdev Visualize results
dev_set_part.hdev Set the part of an image to be displayed (zoomed) in a graphics window in HDevelop
dev_open_window.hdev Open graphics windows in HDevelop
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
dem.hdev Extract high objects from a digital elevation model
clip.hdev Determine the position and orientation of clips
circular_barcode.hdev Read a circular bar code printed on a CD
board.hdev Detect missing solder in images taken with different illumination direction
autobahn.hdev Detect lane markers fast
advanced_visualization_settings.hdev Improve the visualization with transparency, anti-aliasing, and more
3d_position_of_circles.hdev Determine the pose of circles in 3D from their perspective 2D projections
程序示例
read_image (Image, 'fabrik') regiongrowing (Image, Regions, 3, 3, 6, 100) dev_clear_window () dev_display (Image) dev_set_colored (12) dev_set_draw ('margin') dev_display (Regions)07. 附錄
7.1 機器視覺博客匯總
網址:https://dengjin.blog.csdn.net/article/details/116837497
總結
以上是生活随笔為你收集整理的【机器视觉】 dev_display算子的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【机器视觉】 dev_disp_text
- 下一篇: 【机器视觉】 dev_inspect_c