机器视觉halcon例程学习笔记之边缘定位

这篇博客详细记录了使用机器视觉软件Halcon进行边缘定位的学习过程,重点探讨了例程rim.hdev的应用。
摘要由CSDN通过智能技术生成

**

halcon例程_方法_边缘定位

例子:rim.hdev

* Inspection of rim & tire
* The circular holes are extracted as well as the region containing
* the imprinted characters.
* 
* Set the display parameters and read the image
dev_update_off ()
dev_close_window ()
dev_open_window (0, 0, 768, 576, 'black', WindowID)
*设置显示字体,字号16,字体mono,加粗,不倾斜
set_display_font (WindowID, 16, 'mono', 'true', 'false')
read_image (Rim, 'rim')
dev_display (Rim)
*显示继续消息,等待用户按F5继续执行
disp_continue_message (WindowID, 'black', 'true')
stop ()
* To find the holes, we first segment the dark regions
*在找洞之前我们先切割出黑色区域
*二值化
threshold (Rim, Dark, 0, 128)
dev_display (Rim)
*黑色区域用绿色填充
dev_set_color ('green')
dev_set_draw ('fill')
dev_display (Dark)
*显示继续消息,等待用户按F5继续执行
disp_continue_message (WindowID, 'black', 'true')
stop ()
* Determine all conn
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值