如何查找图像中条形码的位置

发布于 2024-12-28 17:35:47 字数 165 浏览 1 评论 0原文

如何找到图像中条形码的位置?

原始图像 有效 XHTML

How can I find the location of barcode in an image?

Original Image
Valid XHTML

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹂绝世的画 2025-01-04 17:35:47

为了找到条码的位置,通常采用梯度差法。如果我们在条形码上采用对比度梯度,我们会在水平方向上获得高梯度,而在垂直方向上获得低梯度。因此,当它们的差异(即水平梯度-垂直梯度)最大时,我们就取条形码的位置。

请参考这些论文:读取条形码

以下链接也涉及此问题:链接 1 链接 2

To find the location of barcode, normally differences of gradient method is taken. If we take contrast gradient across a barcode, we get high gradient in horizontal direction while low gradient in vertical direction. So where their difference (ie horizontal gradient-vertical gradient) is maximum, we take position of barcode.

Please refer to these paper: Reading Barcodes

Following links also deals with this : Link 1, Link 2

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文