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

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

于 2017-08-13 发布
0 194
下载积分: 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_Simulation_Using_Matlab
    OFDM的设计原理,还有matlab code(The design principle of OFDM, as well as matlab code)
    2007-10-13 22:24:16下载
    积分:1
  • matlab
    MATLAB开发的常用的数值分析代码,用以解决常用的数值分析组合,集成设计(MATLAB Athoritic )
    2009-11-22 20:35:59下载
    积分:1
  • OOK
    自己编写的OOK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!(I have written OOK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!)
    2009-05-06 12:05:33下载
    积分:1
  • surfacefittingPara
    B-Spline Surface Least-Squares Fitting of both Positions and Normals.
    2011-05-26 13:03:16下载
    积分:1
  • Bi-level-programming-model-of-Matlab
    双层规划模型的遗传算法求解的Matlab源码(Bi-level programming model of the genetic algorithm of Matlab source)
    2011-08-18 19:35:58下载
    积分:1
  • microphone-array-
    麦克风语音增强算法的研究,原理是经麦克风采集的语音信号,经过功放使所需的信号增强(Microphone speech enhancement algorithm, the principle is captured by the microphone voice signal, the signal through the amplifier to make the necessary enhancements)
    2011-11-14 20:35:22下载
    积分:1
  • Mech_compfinal
    Composite analysis and calculate ABD matrice and analys=ze using different composite failure theories
    2011-11-19 12:48:34下载
    积分:1
  • duojulei
    各种聚类方法的比较,突出每一种聚类方法的优点,有助于不同目的者使用(Comparison of various clustering methods, highlighting the advantages of each clustering method can help to use a variety of purposes)
    2010-08-18 08:49:26下载
    积分:1
  • MATLABVB
    以一个BP神经网络进行函数逼近为例,通过COM组件实现MATLAB与VB应用程序的混编接口技术。(A BP neural network function approximation for example, through the COM components with VB realize MATLAB application interface technology mixed.)
    2008-03-20 17:18:54下载
    积分:1
  • denoise_image
    文件中包含几个用matlab编写的图像去噪程序,如邻域平均滤波‘维纳滤波法,巴特沃斯滤波法,并给出了计算PSNR值的公式。( delete the noise in the image)
    2010-11-29 11:28:23下载
    积分:1
  • 696516资源总数
  • 106478会员总数
  • 6今日下载