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

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

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

  • entropy_core
    Using entropy to align fingerprints in fingerprint verification
    2009-09-29 23:31:41下载
    积分:1
  • matlab序交互多模
    说明:  一些matlab的程序,如交互多模,CA,CV,Singer模型的一些仿真仅供参考。(Some matlab procedures, such as interactive multimode, CA,CV,Singer model of some simulation is for reference only.)
    2020-06-24 06:00:02下载
    积分:1
  • MATLAByuchekongzhi
    针对工业控制过程中的实际问题,对神经网络预测控制进行了深入的研究,提出 了两种新的智能预测控制算法。并结合混合仿真平台,以平台中非线性单变量与多变量系 统为控制对象,将部分算法应用于实际控制中。(For industrial control in the process of practical problems, neural network predictive control of an in-depth research, we propose two new intelligent predictive control algorithm. Combined with hybrid simulation platform to platform non-linear single-variable and multi-variable system for the control of objects, some of the actual control algorithm is applied.)
    2008-08-22 09:04:55下载
    积分:1
  • triangulationalgorithms
    基于MATLAB对两种三角化算法的分析 基于MATLAB对两种三角化算法的分析(MATLAB based on the analysis of two kinds of triangulation algorithmsMATLAB based on the analysis of two kinds of triangulation algorithms)
    2013-11-18 10:23:07下载
    积分:1
  • smart_antenna
    系统是关于用于移动通信中的窄带智能天线系统(Full system design for narrowband smart antenna systems used in mobile communications. )
    2009-09-16 14:56:45下载
    积分:1
  • threephasindmotorwithbraking
    threephase induction motor with braking
    2014-11-06 01:44:43下载
    积分:1
  • modifiedPID
    改进的单神经元自适应PID控制,权系数的再线修正不完全是根据神经网络学习原理(Improved single neuron adaptive PID control, the right to re-line coefficient amendment is not in full accordance with the principle of neural network learning)
    2008-12-24 11:24:26下载
    积分:1
  • matlab
    说明:  matlab课件及程序例讲解以及matlab算法实例文件(PDF)格式(courseware and procedures matlab matlab algorithm cases and practical examples to explain (PDF) format)
    2011-03-24 21:46:33下载
    积分:1
  • WindAssessmentDA
    wind assement for windturbine site
    2011-05-10 01:41:28下载
    积分:1
  • plot_hht
    EMD处理及处理结果的显示 完整 直接处理即可(EMD treatment and treatment results display can be integrated directly with)
    2010-05-18 16:18:39下载
    积分:1
  • 696518资源总数
  • 104360会员总数
  • 40今日下载