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

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

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

  • matlab_basic_book
    matlab basic book ,介绍一些关于matlab 的知识以及其用法,对于初学者强烈推荐,可作为入门教程,有比较多的例子(matlab basic book, some knowledge on matlab and its usage, strongly recommended for beginners and can be used as entry-course, there are more examples of)
    2009-04-13 23:47:10下载
    积分:1
  • yuce
    对libsvm产生的model进行转换,从原先matlab的mat格式,转换为c语言的文本格式,然后进行预测预测(Allow phonetic typing Libsvm the model converted from the original Matlab mat format, converted to text format c language, and then to predict the forecast)
    2012-04-23 10:01:56下载
    积分:1
  • KMV
    KMV方法计算企业资产和资产波动率 参数说明: E:股权市值 D:负债总额 r:无风险利率 T:企业债期限 EquityTheta:股价波动率
    2012-05-13 10:10:27下载
    积分:1
  • litekmeans
    gaussian blurred image can be retrieved
    2012-10-06 22:27:50下载
    积分:1
  • Euler
    说明:  Euler method for differential equation
    2019-02-06 22:49:21下载
    积分:1
  • ElectroMechWeb082505
    说明:  关于电机驱动的一些simulink仿真代码。内含混合传动系统,pwm系统和弹簧质量系统。(On the number of motor-driven simulation simulink code. Containing hybrid drive system, pwm system and the spring mass system.)
    2009-08-18 22:43:29下载
    积分:1
  • snake
    matlab snake matlab snake(matlab snake)
    2012-07-25 08:49:04下载
    积分:1
  • PID_objfun_2MSE
    PI Tuning through GA
    2013-03-06 21:54:49下载
    积分:1
  • bump
    "Teaching antiwindup, bumpless transfer, and split-range control"一文的仿真程序实现,可以用于仿真教学。("Teaching antiwindup. bumpless transfer, and split-range control, "a text of the simulation program. Simulation can be used for teaching.)
    2006-12-26 21:39:35下载
    积分:1
  • svminstance
    自己用libsvm封的svm matlab,有例子(own use libsvm letters svm Matlab, is an example)
    2007-05-09 21:13:44下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载