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

Python-opencv车牌识别

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

  • 无标记的增加现实
    内置运行程序,运行后启动摄像头将实时图像与图片匹配
    2022-02-07 19:46:51下载
    积分:1
  • 5
    说明:  python实现双目立体匹配SGBM算法(SGBM algorithm for binocular stereo matching based on Python)
    2020-06-24 05:20:02下载
    积分:1
  • OpenCV
    基于opencv和vc++6.0实现的人脸检测,鼻子,嘴巴检测,眼睛检测。AVI播放器,手写数字识别,图像缩放等。(The opencv and vc++6.0 of realized based face detection, nose, mouth detection and eye detection. AVI player, handwritten numeral recognition, image scaling.)
    2012-10-30 16:30:32下载
    积分:1
  • PKU-Paraphrase-Bank-master-中文数据集
    说明:  可用于中文复述生成任务训练及测试,内涵多本中文小说相似句子对。(The data can be used for the training and testing of the Chinese retelling generation task, which can contain similar sentence pairs of many Chinese novels.)
    2020-12-17 17:07:51下载
    积分:1
  • 压缩文件
    说明:  实现文件压缩,解压,使用了哈夫曼编码来实现程序(Realize file compression and decompression)
    2020-11-23 20:25:56下载
    积分:1
  • Python数据处理
    说明:  关于课本的python数据处理,python基础知识pdf(Python data processing)
    2020-12-01 18:08:45下载
    积分:1
  • SetRoi
    vs2010 用opencv实现自主设定ROI区域,并读取ROI进行下一步的图像处理。。(vs2010 with opencv autonomous region set ROI, ROI and read the next step of image processing. .)
    2013-12-03 16:55:31下载
    积分:1
  • python oracle to mysql
    用python语言将oracel数据库中的数据导入到mysql数据库中。
    2022-03-03 17:43:02下载
    积分:1
  • PYTHON学习领悟
    最近刚刚意识到python的重要性,学习中遇到并总结的经典知识记录在案(Recently, just realizing the importance of Python, the classic knowledge encountered and summarized in the study is recorded)
    2018-10-18 12:16:11下载
    积分:1
  • OpenCV2.4.3_Help
    包含了OpenCV2.4.3的使用手册和函数参考手册,非常适合编程时参考。(Contains a user manual and OpenCV2.4.3 function reference manual, very suitable for programming reference.)
    2013-03-13 15:43:17下载
    积分:1
  • 696518资源总数
  • 105570会员总数
  • 13今日下载