登录
首页 » matlab » RecPlate-lib

RecPlate-lib

于 2021-03-23 发布
0 139
下载积分: 1 下载次数: 1

代码说明:

说明:  经过预处理、车牌定位、字符分割、字符识别进行车牌识别。(License plate recognition is carried out after preprocessing, license plate location, character segmentation and character recognition.)

文件列表:

.gitattributes, 378 , 2018-12-05
cropplate.m, 1810 , 2018-12-05
example.m, 755 , 2021-03-22
findplate.m, 3044 , 2021-03-20
finetune.m, 170 , 2018-12-05
img, 0 , 2021-03-21
img\007.jpg, 11129 , 2010-08-30
img\1.jpg, 59186 , 2018-12-05
img\2.JPG, 37455 , 2018-12-05
img\3.jpg, 10947 , 2018-12-05
img\4.jpg, 12302 , 2018-12-05
img\6.jpg, 34070 , 2018-12-05
img\net-train_all, 0 , 2021-03-21
img\net-train_all\ANN.m, 1123 , 2018-12-05
img\net-train_all\cdata.m, 956 , 2018-12-05
img\net-train_all\char_net_1.mat, 65154 , 2018-12-05
img\net-train_all\example_trainnet.m, 610 , 2018-12-05
img\net-train_all\label_test.txt, 13634 , 2018-12-05
img\net-train_all\net.mat, 116482 , 2018-12-05
img\net-train_all\param_.mat, 4315578 , 2018-12-05
img\net-train_all\param_all.mat, 1347221 , 2018-12-05
img\net-train_all\plate_data.mat, 7635880 , 2018-12-05
img\net-train_all\process.m, 3154 , 2018-12-05
img\net-train_all\readimg.m, 1398 , 2018-12-05
img\net-train_all\readme.txt, 151 , 2018-12-05
img\net-train_all\samples.rar, 14010740 , 2018-12-05
img\net-train_all\savevari.m, 973 , 2018-12-05
img\net-train_all\variables.mat, 3572126 , 2018-12-05
img\test.jpg, 142758 , 2018-12-05
img\测试1.jpg, 27415 , 2018-04-19
img\测试2.jpg, 56735 , 2018-04-19
img\测试3.jpg, 21022 , 2018-04-19
img\测试4.jpg, 19967 , 2018-04-19
param_char.mat, 2020109 , 2018-12-05
param_num.mat, 1129971 , 2018-12-05
QieGe.m, 372 , 2018-12-05
readme.txt, 478 , 2018-12-05
recchar.m, 1076 , 2018-12-05
recplate.m, 1732 , 2018-12-05
rotateimg.m, 2890 , 2018-12-05
sbw.mat, 27197 , 2018-12-05
select.m, 593 , 2018-12-05
test.mat, 3177132 , 2018-12-05

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

发表评论

0 个回复

  • 梯度积分
    将梯度数据积分获得高度数据,压缩包内包含傅里叶变换积分法和泊松方程法(Height data is obtained by integrating gradient data)
    2018-08-21 21:51:53下载
    积分:1
  • c language used tanks games for the game just contact the programming novice
    一款用c语言编写的坦克游戏,适合刚刚接触游戏的编程新手-c language used tanks games for the game just contact the programming novice
    2022-05-15 20:33:43下载
    积分:1
  • do-while
    do-while循环语句的翻译(递归下降法。输出三地址),编译原理课程设计(do-while loop statement translation (recursive descent method. Output 3 addresses) Principles of Course Design Compiler)
    2020-12-20 18:09:08下载
    积分:1
  • weibull
    说明:  威布尔分布函数对大阪城数据进行风速拟合,获得拟合曲线,一年数据,风速仿真带曲线(Weibull Wind Speed Simulation Zone Curve)
    2021-05-13 13:30:02下载
    积分:1
  • 模糊控制的隶属度值的计算
    Membership Value calculateion for Fuzzy Control
    2022-01-24 17:27:54下载
    积分:1
  • PSO算法
    说明:  粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法(Particle Swarm Optimization (PSO), also known as Particle Swarm Optimization (PSO), is a new evolutionary algorithm developed by J. Kennedy and R. C. Eberhart. PSO is a kind of evolutionary algorithm, which is similar to simulated annealing algorithm. It starts from random solution and searches for the best solution by iteration. It also evaluates the quality of solution by fitness. But it is simpler than genetic algorithm rules. It has no Crossover and Mutation operation of genetic algorithm. As a result, it searches for global optimum by following the optimal value currently searched. This algorithm has attracted the attention of academia for its advantages of easy implementation, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization is a parallel algorithm)
    2020-06-25 13:20:01下载
    积分:1
  • 语音活动识别vad算法,另外有算法的相关文献。应该会有帮助...
    语音活动识别vad算法,另外有算法的相关文献。应该会有帮助-Voice Activity recognition vad algorithm, another algorithm of the relevant literature. Should be helpful
    2022-06-29 04:10:48下载
    积分:1
  • coord_conv1
    Python script for convert coordinate between local end geodetic systems.
    2016-01-15 22:35:55下载
    积分:1
  • how to import data into R
    在R中如何导入数据,主要是txt,csv,excel等数据格式的导入(how to imput data in R)
    2018-06-13 21:26:22下载
    积分:1
  • BP神经网络作业含程序
    说明:  含BP神经网网络小组作业--对汽油中辛烷值进行检测; 不同神经网络模型的应用对比; Matlab中自带的神经网络工具箱的使用步骤。(Group work with BP neural network -- detection of octane number in gasoline; Application Comparison of different neural network models; The steps of using neural network toolbox in MATLAB.)
    2019-12-21 21:09:58下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载