-
车牌识别系统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
-
dianli-xitong--MATLAB-SIMULINK
电力系统的MATLAB仿真教程,很适合电力系统的仿真分析。(MATLAB power system simulation tutorial is suitable for power system simulation.)
- 2011-04-19 22:21:44下载
- 积分:1
-
145689
利用matlab simulink建立了卫星姿态控制系统模型,可以通过改变控制器等参数实现对卫星的控制(Satellite attitude control system was established based on the matlab simulink model, can be realized by changing the controller parameters, such as control of the satellite
)
- 2021-04-26 17:28:45下载
- 积分:1
-
DFT_FIR_Beamform
DFT和FIR宽带波束形成源程序 可以自行设置参数 如载频强度 入射角度 信噪比等(DFT and FIR broadband beamforming source code can set the parameters such as the intensity of the incident angle of the carrier frequency signal to noise ratio, etc.)
- 2020-12-18 17:29:10下载
- 积分:1
-
Cells
介绍了一种光伏电池的建立模型的方法,全英文的,看看外文还是很有好处的!(PV cells are introduced to model a way, all in English, foreign language is still very good look!)
- 2011-01-30 17:16:42下载
- 积分:1
-
fftfilter1
呵呵,第一次来很多东西不懂 还请多多指教啊! 几个编的简单的FFT和滤波器设计 希望能有点用(Oh, the first to understand a lot of things you will also enlighten ah! several series of simple and FFT filter design with a little hope)
- 2006-06-23 22:04:00下载
- 积分:1
-
RCLS
偏差补偿最小二乘参数估计matlab源代码SISO模型(Deviation of penalized least squares parameter estimation matlab source code for SISO Model)
- 2009-10-17 16:39:11下载
- 积分:1
-
project
Advanced Digital Signal Processing project
- 2013-07-31 16:37:19下载
- 积分:1
-
chapter11
MATLAB实例详解,通过对matlab语言如何编程进行实例解析,是学习matlab的很好教程(Detailed MATLAB examples, through the matlab programming language for examples of how to resolve, are studying a very good tutorial matlab)
- 2009-03-02 20:15:43下载
- 积分:1
-
A-new-filter-algorithm
以输入和输出信号的统计特性的估计为依据,采取特定算法自动地调整滤波器系数,使其达到最佳滤波特性的一种算法或装置。自适应滤波器可 自适应滤波器
以是连续域的或是离散域的。离散域自适应滤波器由一组抽头延迟线、可变加权系数和自动调整系数的机构组成。(The input and output signals of the statistical properties of the estimators for the basis, take the specific algorithm automatically adjusts the filter coefficients, so as to achieve the optimal filter characteristics of an algorithm or device. Adaptive filter adaptive filterIs continuous or discrete domain domain. Discrete domain adaptive filter is composed of a group of tapped delay line, a variable weighted coefficient and automatically adjust the coefficients of the mechanism.)
- 2012-04-15 18:50:02下载
- 积分:1