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

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

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

  • MA5300
    家居监控系统,用于远程控制家用电器的开关及应用功能(Home monitoring system for remote control of switches and household appliances applications)
    2010-03-14 15:05:42下载
    积分:1
  • ROC
    利用matlab m文件,实现了接收机ROC性能曲线的绘制(Use matlab m files, to achieve the performance of ROC curves plotted receiver)
    2013-12-20 08:56:58下载
    积分:1
  • shuxuejianmo-MATLAB
    包括许多数学建模需要的函数。例如三角函数等。(Including many mathematical modeling function. Such as trigonometric functions.)
    2013-05-10 21:53:13下载
    积分:1
  • 改进遗传算法Matlab代码
    说明:  图像阈值分割技术在图像分割中具有重要的意义。遗传算法既可以对全局信 息高效利用,也减少了存储空间和计算量。利用遗传算法的优点,提出了一 种用改进遗传算法的图像分割的方法,可以将父代中适应度大的个体代替当前代 中的个体,保证了可以选出最优的个体。遗传算法是具有鲁棒性和自适应性的搜 索方法.通过实验对比,表明该方法具有快速、稳定分割的特点。(Image threshold segmentation technology is of great significance in image segmentation. Genetic Algorithms can be used for global information Efficient utilization of information also reduces storage space and computation. Based on the advantages of genetic algorithm, a new genetic algorithm is proposed. A method of image segmentation based on improved genetic algorithm can replace the current generation with individuals with large adaptability in the parent generation. The individual in the system ensures that the best individual can be selected. Genetic Algorithms are Robust and Adaptive Search The experimental comparison shows that the method has the characteristics of fast and stable segmentation.)
    2020-06-17 17:20:02下载
    积分:1
  • project3
    matlab实现的行人检测加跟踪,对学习图像处理的同学很有帮助(matlab implementation of pedestrian detection and tracking, help students learn image processing)
    2012-07-04 15:11:08下载
    积分:1
  • NCS
    SAR回波成像仿真程序,采用非线性调频尺度变标算法,并可通过修改参数设置运动误差(SAR echo imaging simulation program, the use of non-linear scaling algorithm FM scale, and set the motion error by modifying the parameters)
    2016-05-19 16:21:51下载
    积分:1
  • volumemesh1
    VOLUMEMESH1 Creates "open" volume metal meshes and their modificitations
    2010-06-21 07:31:36下载
    积分:1
  • the-filters
    说明:  滤波的常用方法,数字图像处理的常用滤波算法,试过,可以用!(Common method of filtering, digital filtering algorithm commonly used in image processing, tried, you can use!)
    2011-03-05 19:27:37下载
    积分:1
  • region-growing-mtlb
    Segmentation by growing a region from seed point using intensity mean measure.Simple but effective example of "Region Growing" from a single seed point.
    2013-12-17 20:30:06下载
    积分:1
  • greysystem
    该程序是灰色系统预测,可以对宏观经济进行分析,功能很强大,适应性良好,在matlab环境下运行。G(1,1)预测控制,最小二乘法(G(1,1)prediction control)
    2010-10-12 21:33:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载