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

Python-opencv车牌识别

于 2018-08-30 发布 文件大小:21KB
0 223
下载积分: 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 个回复

  • CNN_Conv2d_train
    说明:  基于卷积神经网络(CNN)CNN的图片分类训练代码(CNN network classification training)
    2021-03-27 13:39:12下载
    积分:1
  • python code macro
    CNN - 卷积神经网络 RNN - 循环神经网络 DNN - 深度神经网络 神经网络的层数直接决定了它对现实的刻画能力,利用每层更少的神级元拟合更加复杂的函数。随着神经网络层数的加深,优化函数越来越容易陷入局部最优解,并且这个“陷阱”越来越偏离真正的全局最优。利用有限数据训练的深层网络,性能还不如较浅层网络。 同时,另一个不可忽略的问题是随着网络层数增加,“梯度消失”现象更加严重。具体地说,我们常用sigmoid作为神经元的输入输出函数,对于幅度为1的信号,在BP反向传播梯度时,每传递一层,梯度衰减为原来的0.25。层数越多,梯度指数衰减后低层基本上接受不到有效的训练信号。
    2022-02-14 06:59:12下载
    积分:1
  • 卷积神经网络
    利用Python实现卷积神经网络,适合初学者借鉴,参考。(Using Python to realize convolution neural network is suitable for beginners to learn and refer to.)
    2020-06-15 22:45:01下载
    积分:1
  • gabor.py
    说明:  Gabor特征提取,使用python,输出为一个直方图。用于kcf的目标跟踪(Gabor feature extraction, using python, output as a histogram. Target tracking for KCF)
    2019-04-15 11:14:23下载
    积分:1
  • libsvm-3.22
    LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能。该软件可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式识别问题。压缩包内包括测试数据与源码。
    2022-03-06 01:39:01下载
    积分:1
  • 人头检测
    一个应用于公交、汽车、车站商场的人头检测程序,检测出人头进出数量。输入一幅图片,通过计算指定入口区域的HIST结果,判断是否有人进入。可同时检测2人进入或出去。一种基于随机Hough变换 (RHT) 的人头检测方法。根据人头部轮廓近圆的特征,采用Canny算子提取图像边缘得到目标轮廓。利用RHT算法对独立的曲线进行圆检测、 并对人头进行标识。实验结果表明,与现有方法相比该方法的识别率较高、速度较快、适用范围较广。
    2022-05-31 04:37:42下载
    积分:1
  • Pattern_Recognition_And_Machine_Learning
    Pattern_Recognition_And_Machine_Learning(英文+中文+完整答案) 答案为英文版(Pattern_Recognition_And_Machine_Learning)
    2019-07-01 12:49:40下载
    积分:1
  • Quantum particle swarm optimization algorithm for binary problems
    这是一个量子粒子群优化算法
    2022-05-07 10:17:56下载
    积分:1
  • 净面积计算工具
    ARCGIS图斑净面积计算工具,AreaCalculationTool(A Tool for Calculating Net Area of Patches)
    2020-06-17 03:20:01下载
    积分:1
  • byte-of-python-chinese-edition.pdf
    简明python教程 《A Byte of Python》是一本由 Swaroop C H 编写,旨在于介绍如何使用 Python 语言进行编 程的自由图书。它以教材与指南的形式为入门者介绍 Python 语言。如果你对电脑知识的了解 仅限于如何保存文本文件的话,那这本书就是为你准备的。(Concise Python tutorials)
    2018-04-15 18:26:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载