-
车牌识别系统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
-
computed_lyot
MATLAb code for lyot filter
- 2021-02-21 16:19:42下载
- 积分:1
-
session5
局部近似Taylor Series Expansion,全局近似Interpolation(Taylor Series Expansion,and Interpolation)
- 2014-01-15 14:45:31下载
- 积分:1
-
charging
该仿真为MATLAB仿真,关于充电桩的仿真,简单,可以运行(it is model on charging system ,it is simple and easy to understang.)
- 2016-03-04 09:52:58下载
- 积分:1
-
HybridPrecodingMassiveMIMO-master
说明: Hybrid Precoding Massive MIMO -master(Hybrid Precoding Massive MIMO-master)
- 2020-02-25 19:28:55下载
- 积分:1
-
tianxian
共面波导馈电的超宽带天线研究_有效解决天线问题(Ultra-Wideband Antenna coplanar waveguide fed _ effectively solve antenna problems)
- 2015-03-30 10:23:20下载
- 积分:1
-
8122426980MATLAB__An_Introduction_with_Applicatio
MATLAB Book describe matlab basic command, computer-aided design and analysis using
MATLAB with the Symbolic Math Tool box, and the Control System Tool box,and numerical integration methods
- 2012-11-21 07:42:05下载
- 积分:1
-
ukfekfcomp
两种滤波方法在导航上的应用,并且进行比较(Filter in the navigation on the two applications, and to compare)
- 2010-09-01 21:49:32下载
- 积分:1
-
71477226Cognitive_Radio
cognitive radio project report along with simulation results
- 2010-10-04 21:31:50下载
- 积分:1
-
nmf
说明: 这是对于矩阵分解里面,最新出现的一种新的算法:非负矩阵分解的程序(This is the decomposition of the matrix inside, emerging a new algorithm: the procedure of non-negative matrix factorization)
- 2011-04-14 15:14:27下载
- 积分:1