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

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

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

  • ALTECHROBOT-1
    ALTECH robot 设计电路的第一部分,提前分享设计成果(ALTECH robot circuit design the first part of the design in advance to share the results of)
    2008-08-17 15:45:46下载
    积分:1
  • changefile
    matlab批量文件处理目录读取,用于图像处理或者其他应用中读取目录(matlab batch file processing directory is read for image processing or other applications to read the directory)
    2014-11-14 11:25:25下载
    积分:1
  • DEEC2
    基于的matlab的无线传感器的仿真模型,通过仿真观察无线通信设备的工作状态(The simulation model of wireless sensor based on MATLAB, observe the wireless communication equipment working state by simulation)
    2013-04-07 08:15:47下载
    积分:1
  • 22
    说明:  给仿真信号加入噪声信号,比如白噪声、有色噪声等等(Added to the simulated signal noise signal, such as white noise, colored noise, etc.)
    2014-08-05 16:10:04下载
    积分:1
  • SVMmatlab
    说明:  在MATLAB运行环境下,基于支持向量机的非线性系统辨识程序!(Run in the MATLAB environment, based on support vector machines for nonlinear system identification procedure!)
    2010-04-11 18:44:08下载
    积分:1
  • INS-tool
    惯性导航的工具箱,对IMU的导航计算利用Matlab进行了全面的仿真,非常适合IMU导航算法、组合导航算法的研究(Inertial navigation toolbox IMU navigation calculation using Matlab comprehensive simulation, very suitable for the IMU navigation algorithm, integrated navigation algorithm)
    2013-03-23 13:23:10下载
    积分:1
  • sgysg
    离散时间的基本运算,是MATLAB函数改进增强版本,更加的实用,包括卷积,折叠等基本运算(Discrete-time basic operations, is an enhanced version of MATLAB function improved, more practical, including convolution, folding and other basic operations)
    2013-10-29 16:14:14下载
    积分:1
  • peiqeng_v14
    是本科毕设的题目,基于掌纹识别的在线身份验证 识别算法本科毕设,内含心电信号数据及运用MATLAB写的源代码。( The title of the commercial is undergraduate course you Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity, ECG data and includes source code written in MATLAB.)
    2016-04-25 14:36:09下载
    积分:1
  • APA
    利用MATLAB写的自动泊车的小例子,可以运行来了解自动泊车的运动轨迹。(Use MATLAB to write automatic parking of small examples, you can run to understand the automatic parking movement track.)
    2021-03-24 15:19:15下载
    积分:1
  • pfmethod
    罚函数法将有约束最优化问题转化为求解无约束最优化问题。在此给出罚函数法Matlab源程序(Penalty function method will be constrained optimization problem into solving unconstrained optimization problems. This gives the penalty function method in Matlab source)
    2013-09-13 11:46:39下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载