登录
首页 » matlab » matlab_chepaishibie

matlab_chepaishibie

于 2014-03-27 发布 文件大小:1499KB
0 171
下载积分: 1 下载次数: 58

代码说明:

  国外的车牌识别算法,包括灰度、二值化、倾斜矫正、定位、字符分割、字符识别等等(Foreign license plate recognition algorithms, including grayscale, binary, tilt correction, positioning, character segmentation, character recognition, etc.)

文件列表:

matlab车牌识别完整程序
......................\matlab车牌识别完整程序
......................\......................\character_segmentation.m,6528,2003-05-04
......................\......................\cleanScreen.m,278,2003-05-03
......................\......................\cut_bw_img.m,906,2003-01-31
......................\......................\display_picture.m,457,2003-05-03
......................\......................\draw_lines.m,606,2003-03-30
......................\......................\extract_LP.m,10134,2003-05-04
......................\......................\extract_yellow_region.m,1128,2003-01-31
......................\......................\find_angle.m,1101,2003-01-31
......................\......................\find_optimal_threshold.m,2114,2003-01-31
......................\......................\global_var.mat,327,2014-03-24
......................\......................\go.m,1052,2003-05-03
......................\......................\horizontal_crop.m,1764,2003-05-04
......................\......................\images





......................\......................\......\im12.jpg,35405,2003-04-05
......................\......................\......\im13.JPG,58831,2003-04-10
......................\......................\......\im14.JPG,25668,2003-04-10
......................\......................\......\im15.JPG,64864,2003-04-10
......................\......................\......\im16.JPG,18661,2003-04-10
......................\......................\......\im17.jpg,74308,2003-04-06
......................\......................\......\im18.JPG,76512,2003-04-10
......................\......................\......\im19.jpg,147055,2003-04-11
......................\......................\......\im2.jpg,60150,2003-04-05
......................\......................\......\im20.jpg,40198,2003-04-06
......................\......................\......\im3.jpg,74249,2003-04-05
......................\......................\......\im4.jpg,95495,2003-04-05
......................\......................\......\im5.jpg,87317,2003-04-05
......................\......................\......\im6.JPG,25866,2003-04-10
......................\......................\......\im7.jpg,32384,2003-04-06
......................\......................\......\im8.jpg,15307,2003-04-06
......................\......................\......\im9.jpg,38810,2003-04-05
......................\......................\internal_images





......................\......................\net.mat,64936,2003-03-19
......................\......................\OCR.m,2686,2003-05-04
......................\......................\plot_vector.m,322,2003-05-03
......................\......................\quantizeImage.m,857,2003-05-04
......................\......................\run.m,6414,2003-05-04

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

发表评论

0 个回复

  • matlab11
    说明:  对有噪信号采用4种不同的阈值算法,实现信号的去噪(In noisy signal in 4 different threshold algorithm, realize signal denoising )
    2011-03-23 10:26:31下载
    积分:1
  • harr
    for using this code need to use signal toolbox and general toolbox in your matlab Using Haar transform to compress the image (showing remaining coefficen of Thresholded Image) and then using Inverse 2D Haar transform and finding the SNR to see how well decompression works
    2013-12-11 17:29:09下载
    积分:1
  • ANFIS algorithm
    自适应神经模糊推理系统的可运行实例,注释清楚易懂(Operable examples of adaptive neuro-fuzzy inference system)
    2018-01-12 16:59:37下载
    积分:1
  • matlab_HFSS_hfssapi
    用matlab调用HFSS代码hfssapi.rar(HFSS code using matlab call hfssapi.rar)
    2008-07-29 20:47:18下载
    积分:1
  • DFT
    介绍DFT滤波的基本步骤,很规范,很实用(DFT filter introduces the basic steps, very standard, very practical)
    2011-05-25 16:50:25下载
    积分:1
  • matlab_xinhaochuli
    有关matlab的信号处理资料,包括滤波、去噪等,每个类型有具体的解释和例子!(The matlab signal processing, including filtering, denoising, each type has a specific explanation and examples!)
    2011-10-14 18:30:57下载
    积分:1
  • youhua1
    遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic 计时器开始计时 n=20 ger=100 pc=0.9 pm=0.1 初始化参数 生成初始种群 v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵 [N,L]=size(v) 得到初始规模行,列 disp(sprintf( Number of generations: d ,ger)) disp(sprintf( Population size: d ,N)) disp(sprintf( Crossover probability: .3f ,pc)) disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式 待优化问题)
    2020-12-11 20:19:19下载
    积分:1
  • antena_parche
    File to calculate dimension of patch antenna
    2010-11-28 05:21:55下载
    积分:1
  • EdgeDetectionandSegmentation
    利用各种算子对图像进行边缘检测,效果很好(edge test by Roberts,Sobel,prewitt,Kirsch,Laplac )
    2010-12-03 14:38:44下载
    积分:1
  • GameTheory-master
    说明:  运用博弈论,进行机器人避障避障,若多机器人之间存在动态碰撞,利用博弈论构建多机器人之间的动态避障模型,并利用虚拟行动法来解决博弈的求解问题及多Nash 均衡的选择问题,确保每 个机器人 能够快速学习到最优Nash 均衡(robot avoiding if there are dynamic collisions between multi-agents, the game theory is used to construct a dynamic obstacle avoidance model between multi-agents, and the virtual action method is used to solve the problem of solving the game and the selection of multiple Nash equilibriums to ensure that each agent can quickly learn the optimal Nash equilibrium.)
    2019-02-14 09:58:18下载
    积分:1
  • 696518资源总数
  • 105661会员总数
  • 6今日下载