halcon 深度学习标注_HALCON之喷码OCR识别案例

一个喷码识别的案例

read_image (Image, 'D:/用户目录/Desktop/2.png')

rgb1_to_gray(Image, Image)

get_image_size (Image, Width, Height)

* 获取喷码区域的方法很多 比如可以用mean+dyn的动态阈值

dots_image (Image, DotImage, 5, 'dark', 2)

threshold (DotImage, Region, 30, 255)

*这里是形态学运算操作 目的就是要将单体字符连在一起

*这里面用到的自定义核大家可以学习一下

closing_rectangle1 (Region, RegionClosing1, 1, 7)

closing_rectangle1 (RegionClosing1, RegionClosing2, 7, 1)

gen_rectangle2 (Rectangle, 10, 10, rad(45), 3, 0)

closing (RegionClosing2, Rectangle, RegionClosing3)

gen_rectangle2 (Rectangle, 10, 10, rad(135), 3, 0)

closing (RegionClosing3, Rectangle, RegionClosing4)

connection (RegionClosing4, ConnectedRegions)

select_shape (ConnectedRegions, SelectedRegions, ['area','height'], 'and', [100,50], [1000,70])

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值