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

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

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

  • chaper3
    非常不错的书籍,《微粒群算法》供8章和2个附录,依次上传第3章绪论(Very good books, Particle Swarm Optimization for 8 chapters and two appendices, followed by From Chapter 3 Introduction)
    2008-12-20 11:36:43下载
    积分:1
  • imageprobability4
    to help in computer vision ,pattern recognition and machine learning research for grad students in image analysis and computer science works of masters and doctorate
    2010-07-03 13:57:26下载
    积分:1
  • PSO_ALGORITHM
    This is PSO_algorithm
    2010-10-20 03:54:12下载
    积分:1
  • 4
    有限单元法及其应用 彭细荣,matlab在有限单元中的应用及其代码,应用其掌握该方法的弹性求解过程。 (matlab application finite element method )
    2012-10-07 09:56:54下载
    积分:1
  • Clarke
    clarke信道模型的建模,在通信系统仿真中应用较为广泛(clarke channel modeling, simulation of the communication system is widely used)
    2010-07-08 14:09:50下载
    积分:1
  • embeddedsourceextractionMATLAB
    数字图像水印的攻击、嵌入、提取MATLAB源码(Digital Image Watermarking attack, embedded, source extraction MATLAB)
    2009-04-11 22:04:25下载
    积分:1
  • DoG
    MATLAB编写的图像DOG处理程序。处理生成图像的高斯差分图(DOG written in MATLAB image processing program. Image processing for generating the Gaussian difference image)
    2020-10-22 17:17:22下载
    积分:1
  • OFDM中LS和DFT信道估计算法matlab
    基于OFDM中的LS和DFT信道估计算法(LS and DFT channel estimation algorithms in OFDM)
    2021-01-14 22:48:46下载
    积分:1
  • Z
    说明:  关于Z变换的各种例子 帮助我们较为简单的学习 取得较快的进步(About Z transform of a variety of examples to help us study a relatively simple rapid progress)
    2009-03-06 20:58:54下载
    积分:1
  • eit2d
    一个简单的电阻抗断层成像的仿真程序,使用matlab实现。(a simple example of electrical impedance tomography implemented by matlab.)
    2021-02-22 21:39:41下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载