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

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

于 2017-08-13 发布
0 216
下载积分: 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 个回复

  • ball
    图像分割算法的Matlab源程序,找到不少都上传上来了(Image Segmentation Matlab source code, to find many were uploaded onto the)
    2010-05-16 15:36:10下载
    积分:1
  • hvdc12pulse
    基于vsc的高压直流输电模型,包含PQ控制和电压电流控制两种控制方法(High voltage direct current transmission model based on VSC)
    2016-04-13 20:35:53下载
    积分:1
  • kmeans
    自用KEAMS,简单,代码清晰,基本满足要求(self-use keams code,simple)
    2012-07-07 19:02:51下载
    积分:1
  • CCD-ISP-JIG
    Programing cable interface for NVP2010/2020
    2014-11-14 01:47:09下载
    积分:1
  • ch3
    信号的延迟,信号相加,信号相乘,信号翻转,信号和,信号积,信号能量等(Signal delays, the sum signal, signal multiplication, signal inversion, the signal and the signal plot, the signal energy, etc.)
    2008-01-25 21:51:14下载
    积分:1
  • 自适应信号处理
    说明:  《自适应信号处理》书中各个章节的matlab仿真的源程序!对于学习自适应信号处理的非常有用!("adaptive signal processing" all the chapters of the book Matlab simulation of the source! Learning adaptive signal processing is very useful!)
    2005-10-24 10:47:42下载
    积分:1
  • component-analysis
    本程序是主成分分析,可以解决几个几个输入之间的相关性,能够提取出多输入的主成分(This program is the principal component analysis can solve several several input correlation between the principal components can be extracted multiple input)
    2013-12-20 21:17:13下载
    积分:1
  • 变步长
    说明:  萤火虫算法实现求解最优问题,测试函数表明取得较好效果(Solving the Optimal Problem by Firefly Algorithms)
    2019-07-08 14:37:48下载
    积分:1
  • ICI_amplitude
    matlab软件编程实现ICI自消除中峰值变化。(matlab software programming ICI to self eliminate the peak changes.)
    2012-09-17 15:01:51下载
    积分:1
  • emd
    经验模态分解,依据数据自身的时间尺度特征来进行信号分解,给出本征函数。(Empirical mode decomposition, based on the data itself characteristic time scale for signal decomposition, given the intrinsic function.)
    2013-12-19 13:24:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载