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

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

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

  • tlsesprit
    这个程序是属于阵列信号处理范畴的,利用TLS-ESPRIT算法进行测向,是一个子程序,阵列形式可以是任意的,可以设置接收信号的模型,然后运用此算法测向。(This program belongs to array signal processing areas, the use of TLS-ESPRIT direction finding algorithm is a subroutine, the array can be any form, you can set a model the received signal, and then use this algorithm finding.)
    2010-10-12 15:37:47下载
    积分:1
  • multiphase_odd
    经过验证的基于奇排列的多相滤波matlab源代码(Validated based on polyphase filtering of the arrangement of the matlab source code)
    2013-08-04 10:32:50下载
    积分:1
  • JQRLJGH
    机器人路径规划 应用遗传算法做的 经过修改后 可以应用在其他的路径规划(path planning GA)
    2015-03-13 16:32:21下载
    积分:1
  • motor-speed-control
    直流电机调速的matlab实现框图,方便易懂,值得参考。(Matlab block diagram of the DC motor speed control, easy to understand, it is also useful.)
    2013-05-08 00:11:38下载
    积分:1
  • zhajinhua
    6603二次开发运营版炸金花,带前后台控制(6603 Golden fried version of the secondary development operations)
    2014-02-10 10:32:54下载
    积分:1
  • vsg
    虚拟同步发电机,可用于实验和教学,内容丰富( Virtual synchronous generators can be used for teaching and experimentation)
    2017-04-24 17:06:04下载
    积分:1
  • matlabexamples
    基于matlab的马氏随机场图像图像处理(Matlab-based Markov random field image Image Processing)
    2009-03-12 21:56:50下载
    积分:1
  • p_of_rz
    单极性归零码的波形图及功率谱 一般信道,无噪声(Unipolar NRZ waveform of the power spectrum and the general channel, the noise-free)
    2006-05-19 13:40:20下载
    积分:1
  • chengxushejijiaochengmatlab1
    很好的matlab教程,交你学回如何利用matlab边车能够,是个很不错的教程!(good Matlab and guidance to pay you to learn how to use Matlab to edge car, it is a very good tutorial!)
    2006-05-27 11:50:34下载
    积分:1
  • code
    基于matlab的寿命预测,这是其中几个小程序(life expectance based on matlab)
    2013-04-18 23:51:34下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载