-
车牌识别系统MATLAB源代码完整
说明: 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.)
- 2017-08-13 02:35:37下载
- 积分:1
-
code
说明: 关于图像图像的各种很有用的matlab仿真程序代码(Image Image on a variety of very useful code matlab simulation)
- 2011-04-06 16:11:03下载
- 积分:1
-
IDW
反距离加权法估算降水量时是根据距离衰减规律, 对样本点的空间距离进行加权, 当权重等于1 时, 是线性距离衰减插值 当权重> 1 时, 是非线性距离衰减插值(Inverse Distance Weighting,IDW))
- 2013-03-26 16:34:29下载
- 积分:1
-
dsss
matlab mobile networl program
- 2014-01-10 14:07:52下载
- 积分:1
-
esprit_hz
本代码的方法是借助旋转不变技术估计信号参数(Estimation of Signal Parameters via Rotational Invariance Techniques),现已成为谐波恢复(即正弦波个数及频率估计)的一种主要特征分解法。(This code is to help the estimated ESPRIT signal parameters (Estimation of Signal Parameters via Rotational Invariance Techniques), has now become the harmonic retrieval (that is, the number and frequency sine wave estimated) of one of the main characteristics of decomposition.)
- 2008-06-25 21:09:47下载
- 积分:1
-
matlab12
MATLAB数值分析与应算习题代码2 3节,用于学习交流,不可用商业用途。(MATLAB Numerical Analysis and Problem code 23 should be considered section for learning exchanges, can not be used for commercial purposes.)
- 2010-05-14 13:39:11下载
- 积分:1
-
PBS
计算亚波长光栅衍射效率,PBS,即偏振光分离(calculate subwave grating diffraction efficiency)
- 2013-11-20 21:02:24下载
- 积分:1
-
ziming_cvpr11_code
在目标识别中利用结构化支持向量机加快评估过程而不降低精度(Using ranking SVM to accelerate the uation process of Object Recognition without decreasing accuracy)
- 2015-04-05 20:31:34下载
- 积分:1
-
matlab
基于matlab的声音信号采集,分析处理,包括声卡采集,及浏览系统文件(Based on matlab voice signal acquisition, analysis and processing, including card acquisition, and browse system files)
- 2014-01-04 18:01:50下载
- 积分:1
-
robust-adaptive-control
一种基于鲁棒自适应的机器人PD控制,由非线性PD反馈和补偿控制两部分组成。(PD control based on robust adaptive robot controlled by a non-linear PD feedback and compensation of two parts.)
- 2012-11-14 18:24:52下载
- 积分:1