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

Python-opencv车牌识别

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

  • ShamirSecretsharingPy
    python语言实现多项式秘密分享,并且可以用拉格朗日插值恢复(Python language implements polynomial secret sharing and can be restored by Lagrange interpolation)
    2020-11-18 01:39:39下载
    积分:1
  • PGD
    最优化方法之近端梯度下降法,适用于L1正则项的最优化。(Proximal gradient descent)
    2020-06-30 06:00:02下载
    积分:1
  • caisetuxiangzhifangtujunhenghua
    彩色图像的直方图均衡化。vc++2005+opencv实现,对三个通道进行均衡化。(Color image histogram equalization. vc++2005+ opencv implementation of the three channel equalization.)
    2010-07-09 20:31:16下载
    积分:1
  • 深度学习花书
    说明:  深度学习领域文献,简称花书,对初学者有很大的参考价值。(Documents in the field of in-depth learning, referred to as flower books, have great reference value for beginners.)
    2020-06-21 18:00:01下载
    积分:1
  • getMoravecCorners
    Moravec角点检测算法将角点定义为具有低“自相关性”的点。算法会检测图像的每一个像素,将像素周边的一个邻域作为一个patch,并检测这个patch和周围其他patch的相关性。(Moravec corner detection algorithm to corner points defined as having a low "autocorrelation" point. Algorithm detects images of each pixel, the pixel as a neighborhood around a patch, and detects the patch and the patch around the other correlation.)
    2013-10-08 15:12:11下载
    积分:1
  • Gotsu
    用遗传算法和otsu实现多彩色图像的多阈值分割 。。。。。。。。。。。。(Multi threshold segmentation based on genetic algorithm)
    2018-10-03 15:33:28下载
    积分:1
  • 绘制由摄像头采集视频的直方图
    这是一个C/C++的程序,利用opencv库来绘制由摄像头采集视频的直方图,对于学习opencv的人有很大帮助,解压后可直接运行
    2022-08-10 05:00:00下载
    积分:1
  • mdfreader-master
    说明:  读取VECTOR或ETAS等汽车CAN分析工具数据的MDF格式(MDF Format for Reading Data of Vehicle CAN Analysis Tools such as VECTOR or ETAS)
    2020-06-23 17:20:01下载
    积分:1
  • 面向机器智能的TensorFlow实践
    基于python的人工智能算法实战。需要tensorflow框架。(Artificial intelligence algorithm based on python. The tensorflow framework is needed.)
    2018-11-13 11:33:39下载
    积分:1
  • case
    说明:  基于unittest的测试用例代码,仅供参考(Unittest-based test case code,for reference only)
    2020-06-24 18:00:01下载
    积分:1
  • 696518资源总数
  • 104297会员总数
  • 29今日下载