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

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

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

  • FNN_0329
    说明:  改程序实现了模糊控制与模糊神经网络的等价转换!欢迎下载!(Reform program to achieve a fuzzy control and fuzzy neural network is equivalent to conversion! Welcome to download!)
    2010-04-01 14:13:18下载
    积分:1
  • hilbert2
    计算Hilbert变换,不同于matlab自带的hilbert函数(Computing the Hilbert transform, unlike Matlab comes with hilbert function)
    2012-07-04 08:32:51下载
    积分:1
  • m_m2
    用MATALB做的曲柄滑块机构的动画(包括加速度、速度和位移的变化分析)代码(Do with MATALB animation slider-crank mechanism (including acceleration, velocity and displacement change analysis) code)
    2011-11-09 22:27:09下载
    积分:1
  • xielou_LMS_multi_input
    泄漏LMS自适应滤波器,实现对信号的自适应滤波作用。(Leakage LMS adaptive filter, adaptive filter to achieve the role of the signal.)
    2010-10-24 20:02:16下载
    积分:1
  • 023906-01
    张学工模式识别课件清华大学出版社。word版本(Zhang workers Pattern Recognition Courseware)
    2013-03-20 20:51:30下载
    积分:1
  • MATLAB
    主要介绍了MATLAB命令,并对其进行了一定总结。对掌握相应的函数有所帮助。(Mainly introduces the MATLAB command, and gain a certain sum. Corresponding function of the master help.)
    2009-10-19 12:45:04下载
    积分:1
  • MATLABxijiaoda
    Matlab教程,希望能对大家有用^_^(Matlab Guide, we hope that the useful ^ _ ^)
    2007-05-28 09:20:02下载
    积分:1
  • fm.m
    Frequency Modulation simulation using matlab
    2011-08-20 01:24:47下载
    积分:1
  • gatbx
    英国谢菲尔德大学开发的遗传算法工具箱gatbx,包括源码和实例程序。较之Matlab7新版下的gads工具箱更能让人熟悉和了解遗传算法的原理和计算过程(University of Sheffield developed genetic algorithm toolbox gatbx, including source code and example programs.)
    2015-03-10 10:30:04下载
    积分:1
  • OFDM_Capacity
    介绍了OFDM的资源分配,分为两步:第一步是子载波分配,第二步是功率分配(The resource allocation of OFDM is divided into two steps: the first step is the subcarrier allocation, and the second step is the power allocation.)
    2018-05-31 13:39:46下载
    积分:1
  • 696524资源总数
  • 103843会员总数
  • 49今日下载