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

License-Plate-Recognition-master

于 2018-07-07 发布 文件大小:14577KB
0 84
下载积分: 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 个回复

  • 神经网络tic tac toe
    这个神经网络的程序是继之前上传的入门程序后加深了神经网络的深度,比之前稍难,适合已经清楚神经网络基本架构的同学学习
    2023-01-31 06:45:03下载
    积分:1
  • Attention_Network_With_Keras-master
    说明:  attention机制的LSTM网络,十分好用(The LSTM network of attention mechanism is very easy to use)
    2020-05-09 11:50:27下载
    积分:1
  • SGBM
    说明:  python3.7实现SGBM算法实现立体匹配计算视差图(Python3.7 implements SGBM algorithm to realize stereo matching and calculate parallax graph)
    2021-05-14 05:30:02下载
    积分:1
  • Stock-Market-Prediction-master
    说明:  基于卷积神经网络和互联网新闻文本的股票趋势预测代码(Stock trend prediction code based on convolutional neural network and Internet news text)
    2021-03-03 15:39:33下载
    积分:1
  • cartpole-qlearning-master
    说明:  深度强化学习DQN在倒立摆上的实现,python代码,使用torch,gym库(Implementation of deep reinforcement learning dqn on inverted pendulum)
    2021-04-29 10:26:42下载
    积分:1
  • Python基于Django图书管理系统源码(含数据库脚本)
    完整版Python-Django项目,调试通过,直接下载即可运行包括:登陆、注册、浏览、搜索、发布资源、评论等多个功能。可作为新手练习,课程设计,毕业设计,代码注释详细,便于理解。
    2019-11-10下载
    积分:1
  • python-code-for-Machine-learning
    用于机器学习的全方位python代码,包括K-近邻算法、决策树、朴素贝叶斯、Logistic 回归 、支持向量机、利用 AdaBoost 元算法提高分类性能、预测数值型数据:回归、树回归、利用 K-均值聚类算法对未标注数据分组、使用 Apriori 算法进行关联分析、使用 FP-growth 算法来高效分析频繁项集、利用 PCA 来简化数据、利用 SVD 简化数据、大数据与 MapReduce(The full range of python code for machine learning. Including K-Nearest Neighbor Algorithm, Decision Tree, Naive Bayes, Logistic Regression, Support Vector Machine, AdaBoost Meta-algorithm to improve the classification performance,etc)
    2016-11-23 10:13:24下载
    积分:1
  • 深度学习入门之PyTorch
    说明:  学习pytorch基础一本好书,中文,简单易懂,值得入手(Learning Pytorch basic is a good book, Chinese, simple and easy to understand, it is worth starting with.)
    2019-03-28 10:04:26下载
    积分:1
  • 光流法
    光流法是用于目标跟踪:对于一个连续的视频帧序列进行处理;针对每一个视频序列,利用一定 目标检测方法,检测可能出现的前景目标;如果某一帧出现了前景目标,找到其具有代表性的关键特征点;对之后的任意两个相邻视频而言,寻找上一帧中出现的关键特征点在当前帧中的最佳位置,从而得到前景目标在当前帧中的位置坐标;如此迭代进行,便可实现目标的跟踪。
    2022-07-25 14:34:12下载
    积分:1
  • cxcore097
    cxcore的的库文件,这是opencv中很重要的一个链接库,包含了大量矩阵操作函数,方便使用(cxcore the library file, which is a the opencv very important link library contains a large number of matrix manipulation functions, easy to use)
    2012-03-08 14:58:08下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载