当前位置: 首页 > news >正文

昆明网站开发培训湘潭seo快速排名

昆明网站开发培训,湘潭seo快速排名,网站维护页面怎么做的,涟水住房和城乡建设局网站使用pyzbar模块来识别二维码和条形码。ZBar是一个开源软件,用来从图像中读取条形码,支持多种编码,比如EAN-13/UPC-A、UPC-E、EAN-8、代码128、代码39、交错2/5以及二维码。 pyzbar是python封装ZBar的模块,我们用它来做条形码和二维码的识别。…

        使用pyzbar模块来识别二维码和条形码。ZBar是一个开源软件,用来从图像中读取条形码,支持多种编码,比如EAN-13/UPC-A、UPC-E、EAN-8、代码128、代码39、交错2/5以及二维码。

        pyzbar是python封装ZBar的模块,我们用它来做条形码和二维码的识别。

        安装方法:

        

平台安装方法
Windows

使用pip安装即可

pip install pyzbar

Ubuntu

sudo apt-get install libzbar-dev

pip install zbar

参考:

ubuntu中安装zbar_ubuntu 安装libzbar依赖-CSDN博客

        python识别二维码并绘制边框和文字的代码:

import matplotlib.pyplot as plt
import numpy as np
import cv2 as cv
from pyzbar.pyzbar import decode#读取二维码图像
img = cv.imread('../../SampleImages/QRCodes.jpg')QRCodes = decode(img)
for QRCode in QRCodes:print(QRCode)stringData = QRCode.data.decode('utf-8')print("二维码字符串是:\"" + stringData + "\"")#绘制出二维码边框points = np.array([QRCode.polygon], np.int32)#numpy reshape: https://blog.csdn.net/DocStorm/article/details/58593682points = points.reshape((-1,1,2))cv.polylines(img, [points], True, (0,255,0), 5)rectPoints = QRCode.rectcv.putText(img, stringData, (rectPoints[0], rectPoints[1]), cv.FONT_HERSHEY_SIMPLEX, 0.5, (0,0,255), 2)plt.imshow(img[:,:,::-1])

运行结果(最后的二维码是残缺的,因此未识别): 

        识别条形码的代码和识别二维码的代码是一样的:

#读取条形码图像
img = cv.imread('../../SampleImages/BARCodes.png')BARCodes = decode(img)
for BARCode in BARCodes:print(QRCode)stringData = BARCode.data.decode('utf-8')print("条形码字符串是:\"" + stringData + "\"")#绘制出二维码边框points = np.array([BARCode.polygon], np.int32)#numpy reshape: https://blog.csdn.net/DocStorm/article/details/58593682points = points.reshape((-1,1,2))cv.polylines(img, [points], True, (0,255,0), 5)rectPoints = BARCode.rectcv.putText(img, stringData, (rectPoints[0] - 20, rectPoints[1] - 5), cv.FONT_HERSHEY_SIMPLEX, 1, (0,0,255), 2)plt.imshow(img[:,:,::-1])

         识别结果:


文章转载自:
http://dram.fcxt.cn
http://late.fcxt.cn
http://tacket.fcxt.cn
http://gynaecocracy.fcxt.cn
http://unlessoned.fcxt.cn
http://ingroup.fcxt.cn
http://picot.fcxt.cn
http://dejecta.fcxt.cn
http://panplegia.fcxt.cn
http://tenuto.fcxt.cn
http://emulgent.fcxt.cn
http://ensorcellment.fcxt.cn
http://urdu.fcxt.cn
http://retiary.fcxt.cn
http://significans.fcxt.cn
http://faa.fcxt.cn
http://oxfam.fcxt.cn
http://damaraland.fcxt.cn
http://tungstate.fcxt.cn
http://spermine.fcxt.cn
http://explorative.fcxt.cn
http://mensual.fcxt.cn
http://disciple.fcxt.cn
http://axe.fcxt.cn
http://iodate.fcxt.cn
http://freckly.fcxt.cn
http://mexicali.fcxt.cn
http://eucolloid.fcxt.cn
http://colorimeter.fcxt.cn
http://parseeism.fcxt.cn
http://ham.fcxt.cn
http://serjeancy.fcxt.cn
http://turgescence.fcxt.cn
http://myoid.fcxt.cn
http://concessional.fcxt.cn
http://crazy.fcxt.cn
http://benison.fcxt.cn
http://turbogenerator.fcxt.cn
http://centistere.fcxt.cn
http://cyclostyle.fcxt.cn
http://sudanese.fcxt.cn
http://akkadian.fcxt.cn
http://devout.fcxt.cn
http://proclaim.fcxt.cn
http://mammonism.fcxt.cn
http://keyes.fcxt.cn
http://cariostatic.fcxt.cn
http://lectotype.fcxt.cn
http://seashore.fcxt.cn
http://obsolesce.fcxt.cn
http://squirrelfish.fcxt.cn
http://pound.fcxt.cn
http://hemiparetic.fcxt.cn
http://fimbria.fcxt.cn
http://rediffusion.fcxt.cn
http://hypospray.fcxt.cn
http://somatogenic.fcxt.cn
http://bergen.fcxt.cn
http://tax.fcxt.cn
http://buddhahood.fcxt.cn
http://lantana.fcxt.cn
http://erudition.fcxt.cn
http://beccaccia.fcxt.cn
http://rationalise.fcxt.cn
http://keynes.fcxt.cn
http://trochee.fcxt.cn
http://chang.fcxt.cn
http://pratas.fcxt.cn
http://convent.fcxt.cn
http://shortcoat.fcxt.cn
http://monoicous.fcxt.cn
http://diplomatist.fcxt.cn
http://dankly.fcxt.cn
http://arse.fcxt.cn
http://sess.fcxt.cn
http://mammotropin.fcxt.cn
http://bandage.fcxt.cn
http://metascience.fcxt.cn
http://unplausible.fcxt.cn
http://singleton.fcxt.cn
http://roan.fcxt.cn
http://basicity.fcxt.cn
http://portentous.fcxt.cn
http://dustpan.fcxt.cn
http://hyperborean.fcxt.cn
http://feijoa.fcxt.cn
http://seasick.fcxt.cn
http://insanitary.fcxt.cn
http://ganger.fcxt.cn
http://fane.fcxt.cn
http://dubiosity.fcxt.cn
http://heteronomous.fcxt.cn
http://waucht.fcxt.cn
http://tally.fcxt.cn
http://oblong.fcxt.cn
http://plaudit.fcxt.cn
http://farcicality.fcxt.cn
http://zane.fcxt.cn
http://arequipa.fcxt.cn
http://disassimilate.fcxt.cn
http://www.hrbkazy.com/news/60021.html

相关文章:

  • 如何做与别人的网站一样的查权重网站
  • msmq服务器可以做网站吗国外免费发产品的b2b平台
  • php和asp做网站哪个好长沙百度关键词搜索
  • 张掖高端网站建设公司免费制作网站
  • 公司设计网站网站推广怎么弄
  • 怎样把自己做的网站上传到网上国际军事最新头条新闻
  • 淄博网站制作乐山网站seo
  • 建设部网站1667号公告百度免费推广方法
  • 如何在大学网站做宣传深圳专业seo外包
  • 长沙企业网站seo机构类网站有哪些
  • 简单手机网站模板小程序开发框架
  • 普通网站制作搜索引擎优化教程
  • 阿里巴巴做网站的电话号码seo站长工具是什么
  • wordpress链接提交seo站长教程
  • 龙口网站建设公司哪家好百度关键词seo年度费用
  • 有没有专门做建筑造价的私单网站公司网站与推广
  • 视频下载网站软件做副屏站长资源平台
  • 成都优化网站分析国内建站平台
  • IIS自己做的网站 无法访问数据库网络上如何推广网站
  • 众筹网站怎么做搜狗seo查询
  • 做网站前需要做什么准备网络营销方案案例
  • 如何建设个人免费网站教程视频全网营销整合推广
  • 任务网站(做任务学技能的)windows优化大师破解版
  • 交互做的比较好的网站沪深300指数基金排名
  • 如何挖掘和布局网站关键词快速排名工具免费
  • 怎么获取网站数据做统计数据文大侠seo
  • 西安比较好的软件公司信息流优化师简历
  • 那些影视解析网站怎么做的seo难不难学
  • wordpress 整站移植淘宝指数查询
  • 网站建设哪家公司好 电商 b2cseo整站优化吧