halcon方法1----blob分析

图像处理要求:检测电路板的焊球位置以及面积半径

例程:HALCON-18.11-Steady\examples\hdevelop\Applications\Completeness-Check\ball.hdev

处理思路:

        1.焊接球和上部分图像阈值接近,直接阈值筛选不易分离,分两步:先划分下部分区域,在阈值提取。

        2.connection连通区域然后select_shape筛选

read_image (Bond, 'die/die_03')
threshold (Bond, Region, 100, 255)
shape_trans (Region, RegionTrans, 'rectangle2')
reduce_domain (Bond, RegionTrans, ImageReduced)
threshold (ImageReduced, Region1, 0, 50)
fill_up_shape (Region1, RegionFillUp, 'area', 1, 100)
opening_circle (RegionFillUp, RegionOpening, 15.5)
connection (RegionOpening, ConnectedRegions)
select_shape (ConnectedRegions, SelectedRegions, 'circularity', 'and', 0.8, 1)
sort_region (SelectedRegions, SortedRegions, 'first_point', 'true', 'column')
smallest_circle (SortedRegions, Row, Column, Radius)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值