登录
首页 » Python » Python-opencv车牌识别

Python-opencv车牌识别

于 2018-08-30 发布 文件大小:21KB
0 116
下载积分: 1 下载次数: 22

代码说明:

  算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会发现,车牌字符识别,可能存在误差,尤其是第一个中文字符出现的误差概率较大。(Bits in the predict method, for clarity, add a lot of comments after completing the code and testing, see the source code. License plate character recognition is also included in the predict method. Please refer to the comments in the source code. It needs to be noted that the algorithm used for license plate character recognition is SVM of opencv. The training sample used for SVM training comes from the c++ version of EasyPR on github. Due to limited training samples, you may find errors in license plate character recognition when testing, especially the error probability of the first Chinese character is large.)

文件列表:

Python-opencv车牌识别, 0 , 2017-10-25
Python-opencv车牌识别\.idea, 0 , 2017-10-25
Python-opencv车牌识别\.idea\Python-opencv车牌识别.iml, 398 , 2017-10-25
Python-opencv车牌识别\.idea\inspectionProfiles, 0 , 2017-10-25
Python-opencv车牌识别\.idea\inspectionProfiles\profiles_settings.xml, 228 , 2017-10-25
Python-opencv车牌识别\.idea\misc.xml, 252 , 2017-10-25
Python-opencv车牌识别\.idea\modules.xml, 302 , 2017-10-25
Python-opencv车牌识别\.idea\workspace.xml, 8018 , 2017-10-25
Python-opencv车牌识别\imtools.py, 13745 , 2015-09-01
Python-opencv车牌识别\kNN.py, 5851 , 2015-08-26
Python-opencv车牌识别\model, 0 , 2017-10-25
Python-opencv车牌识别\model\0.txt, 840 , 2015-08-28
Python-opencv车牌识别\model\1.txt, 840 , 2004-11-19
Python-opencv车牌识别\model\2.txt, 838 , 2004-08-20
Python-opencv车牌识别\model\3.txt, 840 , 2004-11-19
Python-opencv车牌识别\model\4.txt, 840 , 2004-11-19
Python-opencv车牌识别\model\5.txt, 838 , 2004-08-20
Python-opencv车牌识别\model\6.txt, 838 , 2004-09-08
Python-opencv车牌识别\model\7.txt, 838 , 2004-08-20
Python-opencv车牌识别\model\8.txt, 838 , 2004-08-20
Python-opencv车牌识别\model\9.txt, 840 , 2004-09-11
Python-opencv车牌识别\model\A.txt, 840 , 2004-11-19
Python-opencv车牌识别\model\B.txt, 838 , 2009-09-26
Python-opencv车牌识别\model\C.txt, 838 , 2004-08-23
Python-opencv车牌识别\model\D.txt, 838 , 2004-11-19
Python-opencv车牌识别\model\E.txt, 840 , 2004-11-19
Python-opencv车牌识别\model\F.txt, 838 , 2004-08-23
Python-opencv车牌识别\model\G.txt, 838 , 2004-08-23
Python-opencv车牌识别\model\H.txt, 838 , 2004-08-23
Python-opencv车牌识别\model\I.txt, 838 , 2004-11-19
Python-opencv车牌识别\model\J.txt, 838 , 2004-11-19
Python-opencv车牌识别\model\K.txt, 840 , 2004-11-19
Python-opencv车牌识别\model\L.txt, 838 , 2004-11-19
Python-opencv车牌识别\model\M.txt, 840 , 2004-11-19
Python-opencv车牌识别\model\N.txt, 838 , 2004-08-23
Python-opencv车牌识别\model\O.txt, 838 , 2015-08-28
Python-opencv车牌识别\model\P.txt, 838 , 2004-11-19
Python-opencv车牌识别\model\Q.txt, 838 , 2004-11-19
Python-opencv车牌识别\model\R.txt, 838 , 2004-08-23
Python-opencv车牌识别\model\S.txt, 838 , 2009-09-26
Python-opencv车牌识别\model\T.txt, 838 , 2004-11-19
Python-opencv车牌识别\model\U.txt, 840 , 2004-11-19
Python-opencv车牌识别\model\V.txt, 838 , 2004-11-19
Python-opencv车牌识别\model\W.txt, 838 , 2004-11-19
Python-opencv车牌识别\model\X.txt, 838 , 2009-09-26
Python-opencv车牌识别\model\Y.txt, 838 , 2004-11-19
Python-opencv车牌识别\model\Z.txt, 838 , 2004-11-19
Python-opencv车牌识别\opencv图像处理.py, 4878 , 2015-09-01
Python-opencv车牌识别\rotate.py, 47 , 2015-08-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • supervised
    说明:  监督学习训练网络,可以运用到雷达信号处理中(Supervised learning training network can be used in radar signal processing)
    2020-06-16 09:57:51下载
    积分:1
  • K邻近算法应用
    计算模型: BMI指数(即身体质量指数,简称体质指数又称体重,英文为Body Mass Index,简称BMI),是用体重公斤数除以身高米数平方得出的数字,是目前国际上常用的衡量人体胖瘦程度以及是否健康的一个标准。主要用于统计用途,当我们需要比较及分析一个人的体重对于不同高度的人所带来的健康影响时,BMI值是一个中立而可靠的指标。 BMI值原来的设计是一个用于公众健康研究的统计工具。当我们需要知道肥胖是否为某一疾病的致病原因时,我们可以把病人的身高及体重换算成BMI值,再找出其数值及病发率是否有线性关连。不过,随着科技进步,现时BMI值只是一个参考值。要真正量度病人是否肥胖,体脂肪率比BMI更准确、而腰围身高比又比体脂肪率好、但是最好的看法是看内脏脂肪(若内脏脂肪正常,就算腰围很大及体脂肪率很高,健康风险不高,日本相扑很多都是这种胖法)。因此,BMI的角色也慢慢改变,从医学上的用途,变为一般大众的纤体指标。BMI是Body Mass Index 的缩写,BMI中文是“体质指数”的意思,是以你的身高体重计算出来的。BMI是世界公认的一种评定肥胖程度的分级方法,世界卫生组织(WHO)也以BMI来对肥胖或超重进行定义。身高体重指数这个概念,是由19世纪中期的比利时通才凯特勒最先提出。它的定义如下: 体质指数(BMI)=体重(
    2022-06-21 02:04:14下载
    积分:1
  • ADAM
    ADAM (Adaptive Moment Estimation)是另外一种自适应学习率算法,它结合动量梯度 下降法,在不同参数方向上采用不同学习率,保留前几次迭代的梯度,能够很好 的适应于稀疏数据。(ADAM (Adaptive Moment Estimation) is another adaptive learning rate algorithm, which combines momentum gradient. The descent method, which uses different learning rates in different parameter directions and retains the gradients of previous iterations, is very good. It is suitable for sparse data.)
    2019-04-09 19:59:50下载
    积分:1
  • UOWC-master
    说明:  commuication python uwoc
    2020-04-29 09:14:30下载
    积分:1
  • python-recsys-master
    《推荐系统实践》作者:项亮;书籍全部章节配套源代码;仅供学习分享,如有侵权立刻删除。(The "source code" of Recommended system practice.)
    2017-07-09 20:58:51下载
    积分:1
  • shape_predictor_5_face_landmarks.dat
    说明:  用于人脸识别中的5点特征模型,将人脸数据进行提取(Five-Point Feature Model for Face Recognition and Face Data Extraction)
    2020-06-22 11:20:02下载
    积分:1
  • ATR价格突破策略
    ATR价格突破策略,非常好用,免费提供给大家(ATR price breakthrough strategy, very useful, free to everyone)
    2020-06-20 16:40:02下载
    积分:1
  • Python学习手册(第4版)
    说明:  让你对Python语言有深入而完整的了解,从而帮助你理解今后遇到的任何Python应用程序实例。(Let you have a thorough and complete understanding of the Python language, so as to help you understand any Python application examples you will encounter in the future.)
    2019-06-19 01:37:37下载
    积分:1
  • 李宏毅-Deep Learning Tutorial 300页初学介绍
    说明:  台湾大学,李宏毅Deep Learning Tutorial入门介绍课件,300页,经典资料, 1小时读懂Deep Learning(Deep Learning Tutorial 300 page ppt)
    2020-06-19 07:40:02下载
    积分:1
  • anisotropic silicon
    ABAQUS中硅材料参数定义方法,采用python参数化建模(How to define the anisotropic parameters of silicon in ABAQUS through python.)
    2021-04-28 12:28:44下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载