登录
首页 » WINDOWS » 车牌识别系统MATLAB源代码完整

车牌识别系统MATLAB源代码完整

于 2017-08-13 发布
0 210
下载积分: 1 下载次数: 2

代码说明:

说明:  clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)

文件列表:

[5]SummaryInformation
0Table
Data
WordDocument
[5]DocumentSummaryInformation

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

发表评论

0 个回复

  • exm0434_1
    此程序为一个功能函数,把ex构架数组转换为元胞数组,对初学者有一定的帮助!!(axam)
    2010-11-15 20:07:40下载
    积分:1
  • komal---Copy
    as matlab is in built tool
    2014-04-24 14:52:20下载
    积分:1
  • LRFF
    使用线性回归的方法进行预测、训练,适合初学者使用(Using linear regression method to predict training for beginners)
    2020-06-30 05:40:02下载
    积分:1
  • myPV_RTDS
    基于模糊控制的光伏发电系统的最大功率跟踪的控制编程(Fuzzy Control Based on the maximum power tracking photovoltaic system control programming)
    2015-01-14 16:02:23下载
    积分:1
  • yuyinxinhaohecheng
    语音信号合成的算法,,频谱参数合成,基音和共振峰合成,线性预测系数合成等。及语音信号的变速变调算法(Speech signal synthesis algorithm, the spectrum parameters of synthesis, pitch and formant synthesis, synthesis of linear prediction coefficient, etc. And variable speed modulation algorithm of speech signal)
    2021-03-17 16:49:21下载
    积分:1
  • marriage
    This is just a start of code for solving SMP using GA
    2010-12-30 09:44:42下载
    积分:1
  • m_run
    九位m序列,用于直接序列扩频通信系统编程(Nine m sequence for direct sequence spread spectrum communication system programming)
    2011-06-21 09:13:47下载
    积分:1
  • power_PVarray
    this a very good pv model done with mathwork sites
    2012-06-02 03:13:32下载
    积分:1
  • matlab
    详细介绍了matlab的基础知识,简单易懂的入门读物(MATLAB)
    2009-12-23 00:58:09下载
    积分:1
  • GA-in-Matlab
    用MATLAB实现遗传算法,介绍怎么实现(To achieve genetic algorithms using MATLAB)
    2013-02-12 04:36:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载