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

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

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

  • OFDM_System_Matlab_Code
    matlab上的OFDM系统仿真,完整的一套系统,已经测试过可以运行。(An ofdm system on matlab environment。)
    2013-11-24 17:59:45下载
    积分:1
  • bpcode
    基于BP网络的分类方法,针对网上的BP分类没有权值调整的缺陷做了改进。(BP network based classification method for web-based BP classification not have the right to adjust the value of the shortcomings have made improvements.)
    2009-09-09 09:23:14下载
    积分:1
  • mfcc
    求出语音mel倒谱系数的matlab代码,返回mfc(function mfc=mfcc(x) )
    2014-01-23 20:39:47下载
    积分:1
  • fao
    计算十字叉丝的在不同距离的衍射图像,实现典型相关分析,利用matlab GUI实现的串口编程例子。( Calculation crosshairs diffraction image at different distances, Achieve canonical correlation analysis, Use serial programming examples matlab GUI implementation.)
    2017-03-09 14:32:00下载
    积分:1
  • HFSS_Matlab
    HFSS在Matlab三维建模的应用,交你如何利用MATLAB在HFSS中建立复杂模型(HFSS, MATLAB)
    2009-10-11 18:50:34下载
    积分:1
  • ofdmsimulation
    对ofdm系进行了仿真,信号的传输过程和接收过程(simulation of ofdm system ,include signal transmission ,reception)
    2009-06-05 19:03:01下载
    积分:1
  • $RJSAVEZ
    MATLAB实现巴特沃斯滤波器---MATLAB Butterworth filter-(MATLAB Butterworth filter)
    2012-12-28 14:22:39下载
    积分:1
  • code
    利用MATLAB强大的绘图功能来画一个蜂窝网格状的图形(draw the cellular mesh circle using matlab)
    2010-05-11 21:59:32下载
    积分:1
  • AdapGA
    自适应遗传算法 MATLAB编程。。。。。。。。。。。。。。。。。。(Adaptive genetic algorithm)
    2011-05-08 10:53:34下载
    积分:1
  • ISAR-Image-Cross-range-Scaling
    Study on ISAR Image Cross-range Scaling Methods (Study on ISAR Image Cross-range Scaling Methods)
    2020-11-06 15:29:49下载
    积分:1
  • 696518资源总数
  • 105717会员总数
  • 10今日下载