登录
首页 » Python » License-Plate-Recognition-master

License-Plate-Recognition-master

于 2018-07-07 发布 文件大小:14577KB
0 111
下载积分: 1 下载次数: 20

代码说明:

  用python3+opencv3做的中国车牌识别,包括算法和客户端界面。(Chinese license plate recognition using python3+opencv3, including algorithm and client interface.)

文件列表:

License-Plate-Recognition-master, 0 , 2018-06-22
License-Plate-Recognition-master\.gitignore, 1157 , 2018-05-26
License-Plate-Recognition-master\LICENSE, 1060 , 2018-05-26
License-Plate-Recognition-master\README.md, 1804 , 2018-05-26
License-Plate-Recognition-master\Screenshots, 0 , 2018-06-22
License-Plate-Recognition-master\Screenshots\3.png, 513442 , 2018-05-26
License-Plate-Recognition-master\Screenshots\5.png, 335454 , 2018-05-26
License-Plate-Recognition-master\__pycache__, 0 , 2018-06-22
License-Plate-Recognition-master\__pycache__\predict.cpython-36.pyc, 13070 , 2018-06-22
License-Plate-Recognition-master\config.js, 262 , 2018-05-26
License-Plate-Recognition-master\predict.py, 18184 , 2018-05-26
License-Plate-Recognition-master\surface.py, 4640 , 2018-05-26
License-Plate-Recognition-master\svm.dat, 4595678 , 2018-05-26
License-Plate-Recognition-master\svmchinese.dat, 3645216 , 2018-05-26
License-Plate-Recognition-master\test, 0 , 2018-06-22
License-Plate-Recognition-master\test\1.jpg, 4543569 , 2018-05-26
License-Plate-Recognition-master\test\2.jpg, 2718121 , 2018-05-26
License-Plate-Recognition-master\test\cAA662F.jpg, 62588 , 2018-05-26
License-Plate-Recognition-master\test\car3.jpg, 27089 , 2018-05-26
License-Plate-Recognition-master\test\car4.jpg, 25090 , 2018-05-26
License-Plate-Recognition-master\test\car5.jpg, 28604 , 2018-05-26
License-Plate-Recognition-master\test\car7.jpg, 27744 , 2018-05-26
License-Plate-Recognition-master\test\lLD9016.jpg, 24073 , 2018-05-26
License-Plate-Recognition-master\test\wA87271.jpg, 52515 , 2018-05-26
License-Plate-Recognition-master\test\wATH859.jpg, 116063 , 2018-05-26
License-Plate-Recognition-master\test\wAUB816.jpg, 141788 , 2018-05-26
License-Plate-Recognition-master\train, 0 , 2018-06-22
License-Plate-Recognition-master\train\chars2.7z, 3336217 , 2018-05-26
License-Plate-Recognition-master\train\charsChinese.7z, 1099009 , 2018-05-26

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

发表评论

0 个回复

  • Excel
    python操作excel,获取行列数据,并分组统计(python process excel)
    2019-05-21 10:00:42下载
    积分:1
  • 用Python编写奇偶分数求和函数
    说明:  了解基本编程知识,熟悉编程算法,用Python编写奇偶分数求和函数。(Understanding basic programming knowledge, familiar with programming algorithms, using Python to write odd and even fraction summation function.)
    2020-06-23 19:40:01下载
    积分:1
  • DFT
    说明:  在VC++环境下,安装OPENCV库函数后,实现离散傅立叶变化的代码(In the VC++ environment, the installation OPENCV library after changing the code to achieve the Discrete Fourier)
    2010-03-16 19:56:39下载
    积分:1
  • tishi
    碧雪情天老服务端内“提示”脚本源码,需要用编辑器进行编辑后,在编译成PYC使用。(The Pitt snow days old server " message" Script source, the need to use the editor to edit, compile into PYC use.)
    2014-03-28 17:20:59下载
    积分:1
  • RansacOpencv
    自己编写的RANSAC代码,非常好用,只有解线性方程用到了opencv自己的代码,其他的均是自己变得(I have written RANSAC code, very easy to use, only the solution of linear equations used the opencv own code, others are themselves becoming)
    2014-01-15 23:52:01下载
    积分:1
  • nan_test
    说明:  python简单验证判断nan,同时讨论python中nan的一些用法和问题,以及处理方法。(Python simply verifies and judges nan, and discusses some usage and problems of nan in python, as well as processing methods.)
    2020-04-07 13:35:20下载
    积分:1
  • superresolution gan
    可以在tensorflow上跑超分辨率的代码(Super-resolution code that can run on tensorflow)
    2018-07-02 16:03:53下载
    积分:1
  • lineDemo
    说明:  数据曲线分析,显示数据曲线,根据皮尔森系数判别两条数据曲线的相似度(Data curve analysis, display data curve, distinguish the similarity of two data curve according to Pearson coefficient)
    2019-04-30 09:43:35下载
    积分:1
  • 艺术风格的神经算法”的实现
    该存储库包含由L.Gatys,A.Ecker和M.Bethge提供的“一种艺术风格的神经算法”的基于pyCaffe的实现,其提供了将一个输入图像的艺术风格转移到另一个输入图像的方法。 神经网络操作由来自来自来自Caffe处理,而损失最小化和其他杂项矩阵操作使用numpy的的的和SciPy的的的执行.L-BFGS用于最小化。
    2022-03-09 10:24:40下载
    积分:1
  • Python进阶(Intermediate Python) 中文PDF彩色版
    《Python进阶》是《Intermediate Python》的中译本,对Python中的装饰器与推导式等高级用法做了详细说明,适合于掌握Python基础后的进一步提高。 Python的语法相当简洁,即使是生成器、装饰器与推导式等的高级特性利用时,同样可以发挥Pyhton简单高效的优点。 Pyhton3.x与2.x版本语法存在不同的地方,《Pyhton》进阶中的例子会贴出Python3与Pyhton2两个版本的代码,比较难能可贵。 译者在翻译过程中,慢慢发现,本书作者有着科普作家的风范,能将晦涩难懂的技术以较清晰简洁的方式来呈现,深入浅出的风格在每个章节的讨论中都得到了体现:每个章节都非常精简,5分钟就能看完,例子追求简洁,精辟地展现了原理;每个章节都会通过疑问,来引导读者主动思考答案;每个章节都引导读者做延伸阅读,让有兴趣的读者能进步、可以举一反三;每个章节都是独立的,你可以挑选任意的章节开始阅读, 不受影响。
    2020-03-02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载