首页 开发技术 Python     /    树莓派车牌识别

树莓派车牌识别

上传者: eilot_c | 上传时间:2023/2/17 1:02:54 | 文件大小:33.06MB | 文件类型:rar
树莓派车牌识别
本代码主要分为4个部分,分别是车辆高度判断部分、图像采集部分,车牌识别部分、通信部分。
通信设置是树莓派用来与单片机通信的波特率、com口以及停止位参数等,将车牌的字符串通过串口发送给单片机;
摄像头设置是树莓派对摄像头进行初始化,方便后面直接调用摄像头进行拍照;
车辆高度判断,利用激光对射模块,若超过限定高度则前往的电平发生了变化;
车牌识别部分是核心部分,对含有车牌信息的图像进行处理,最后得到车牌信息。

文件下载

资源详情

[{"title":"(42个子文件33.06MB)树莓派车牌识别","children":[{"title":"SMP_LPR","children":[{"title":"svmchinese.dat <span style='color:#111;'>3.43MB</span>","children":null,"spread":false},{"title":"MySQLCon.py <span style='color:#111;'>654B</span>","children":null,"spread":false},{"title":"cc.jpg <span style='color:#111;'>3.46MB</span>","children":null,"spread":false},{"title":"surface.py <span style='color:#111;'>4.52KB</span>","children":null,"spread":false},{"title":"send.py <span style='color:#111;'>3.50KB</span>","children":null,"spread":false},{"title":"UART.py <span style='color:#111;'>984B</span>","children":null,"spread":false},{"title":"ee.jpg <span style='color:#111;'>3.16MB</span>","children":null,"spread":false},{"title":"TheQt.py <span style='color:#111;'>51B</span>","children":null,"spread":false},{"title":"gg.jpg <span style='color:#111;'>3.19MB</span>","children":null,"spread":false},{"title":"uartdemo.py <span style='color:#111;'>601B</span>","children":null,"spread":false},{"title":"OpenImg.py <span style='color:#111;'>116B</span>","children":null,"spread":false},{"title":".idea","children":[{"title":"misc.xml <span style='color:#111;'>209B</span>","children":null,"spread":false},{"title":"workspace.xml <span style='color:#111;'>34.69KB</span>","children":null,"spread":false},{"title":"Python_VLPR.iml <span style='color:#111;'>466B</span>","children":null,"spread":false},{"title":"inspectionProfiles","children":null,"spread":false},{"title":"License-Plate-Recognition-master.iml <span style='color:#111;'>455B</span>","children":null,"spread":false},{"title":"modules.xml <span style='color:#111;'>316B</span>","children":null,"spread":false}],"spread":true},{"title":"__pycache__","children":[{"title":"predict.cpython-37.pyc <span style='color:#111;'>12.76KB</span>","children":null,"spread":false},{"title":"predict.cpython-35.pyc <span style='color:#111;'>14.55KB</span>","children":null,"spread":false}],"spread":true},{"title":"config.js <span style='color:#111;'>243B</span>","children":null,"spread":false},{"title":"bb.jpg <span style='color:#111;'>3.55MB</span>","children":null,"spread":false},{"title":"svm.dat <span style='color:#111;'>4.41MB</span>","children":null,"spread":false},{"title":"train","children":[{"title":"chars2.7z <span style='color:#111;'>3.18MB</span>","children":null,"spread":false},{"title":"charsChinese.7z <span style='color:#111;'>1.05MB</span>","children":null,"spread":false}],"spread":false},{"title":"aa.jpg <span style='color:#111;'>3.20MB</span>","children":null,"spread":false},{"title":"predict.py <span style='color:#111;'>22.96KB</span>","children":null,"spread":false},{"title":"test","children":[{"title":"car5.jpg <span style='color:#111;'>27.93KB</span>","children":null,"spread":false},{"title":"car3.jpg <span style='color:#111;'>26.45KB</span>","children":null,"spread":false},{"title":"66.jpg <span style='color:#111;'>31.15KB</span>","children":null,"spread":false},{"title":"a6.jpg <span style='color:#111;'>38.71KB</span>","children":null,"spread":false},{"title":"111.jpg <span style='color:#111;'>101.35KB</span>","children":null,"spread":false},{"title":"car7.jpg <span style='color:#111;'>27.09KB</span>","children":null,"spread":false},{"title":"6.jpg <span style='color:#111;'>67.15KB</span>","children":null,"spread":false},{"title":"124.jpg <span style='color:#111;'>108.78KB</span>","children":null,"spread":false},{"title":"1.jpg <span style='color:#111;'>4.33MB</span>","children":null,"spread":false},{"title":"7.jpg <span style='color:#111;'>44.39KB</span>","children":null,"spread":false},{"title":"9.jpg <span style='color:#111;'>72.50KB</span>","children":null,"spread":false},{"title":"car4.jpg <span style='color:#111;'>24.50KB</span>","children":null,"spread":false},{"title":"2.jpg <span style='color:#111;'>2.59MB</span>","children":null,"spread":false},{"title":"127.jpg <span style='color:#111;'>40.62KB</span>","children":null,"spread":false},{"title":"5.jpg <span style='color:#111;'>64.10KB</span>","children":null,"spread":false},{"title":"129.jpg <span style='color:#111;'>23.51KB</span>","children":null,"spread":false}],"spread":false},{"title":"ff.jpg <span style='color:#111;'>3.41MB</span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • lry320:
    如何增加训练集?2019-04-10
  • 日子就这么过来了:
    如何增加训练集?2019-04-10
  • weixin_42387282:
    你好,需要配置在树莓派上的python库,能否发一下?2019-03-18
  • 交口公社-cjw:
    你好,需要配置在树莓派上的python库,能否发一下?2019-03-18
  • weixin_44471580:
    博主你好,请问识别车牌的那个程序为什么只能识别文件里给出的图片呢?是训练集不够吗?2019-02-19
  • _Q君临天下:
    博主你好,请问识别车牌的那个程序为什么只能识别文件里给出的图片呢?是训练集不够吗?2019-02-19

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明