Barcode读取之barcode_para_contrast_min.hdev

该示例演示了如何使用一维码参数'contrast_min'来减少在低对比度图像中寻找条码的时间,并降低高对比度条码的误报。通过设置'contrast_min',可以提高读取效率并减少错误结果。
摘要由CSDN通过智能技术生成

*本例展示了如何使用一维码参数’contrast_min’

  • Example program for the usage of the bar code parameter
  • ‘contrast_min’.
  • 通过设置这个参数,在低对比度的类条码结构中可以减少寻找一维码的时间
    *如果条码有较高的对比度时,也可以用来减少错误信息
  • This parameter can be used to reduce the runtime of find_bar_code
  • in the presence of a low contrast bar-like structures in an image.
  • Moreover ‘contrast_min’ can also be used to reduce the number of
  • false positives if the expected barcodes have high contrast.
  • 创建一维码读取句柄
  • Create bar code reader model
    create_bar_code_model ([], [], BarCodeHandle)
    *设置条码参数,元素最小尺寸
    set_bar_code_param (BarCodeHandle, ‘element_size_min’, 1.5)
  • 初始化
  • Initialization
    *关闭更新
    dev_update_off ()
    *关闭窗体
    dev_close_window ()
  • 读取和显示没有任何可见条码的样本图像
  • Read and display example images without any visible bar codes
    *读取图像
    read_image (Image, ‘barcode/25interleaved/25interleaved_zeiss1’)
  • <
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值