-
extract
code for object extraction to exatrct name plate
- 2010-07-22 17:28:02下载
- 积分:1
-
tjfx2
用逆累积分函数算出随机变量X满足拉普拉斯分布的随机数
(Random variable X is calculated using the inverse tired integral function to meet the Laplace distribution of the random number)
- 2012-04-30 19:24:33下载
- 积分:1
-
radarsignal
雷达信号理论,对雷达信号进行详细的分析,是一本好书(radar signal theory, the radar signal to conduct a detailed analysis of a good book)
- 2020-12-23 20:09:06下载
- 积分:1
-
tftb-0.2
matlab经典时频分析工具箱,短时傅立叶变换(STFT),维格纳分布(WVD),伪维格纳分布(PWVD)等时频分析方法(Toolbox short-time Fourier transform (STFT) Wigner distribution (WVD) pseudo-Wigner distribution (PWVD) frequency analysis method matlab classic time-frequency analysis)
- 2012-11-08 14:59:44下载
- 积分:1
-
ch8example7prog1
用MATLAB实现 泊松分布随机数的产生和皮尔逊检验(Poisson distributed random number generation and Pearson test)
- 2011-06-30 11:55:16下载
- 积分:1
-
MatlabFiles
1-Mapped element computations
2-Analysis of Elastic Solids
3-Solids of Revolution
4-Multi-Field Formulations for Beam Elements
5-Multifield Formulations for Analysis of Elastic Solids
- 2012-01-07 01:29:00下载
- 积分:1
-
MATLABProgramSourceCode
这是科学运算语言MATLAB程序设计有关的函数代码(This is a scientific computing language of MATLAB programming code related to the function)
- 2010-07-08 10:00:24下载
- 积分:1
-
车牌识别系统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
-
emd
利用matlab程序编写的经验模态分解,介绍了emd方法的应用(emd)
- 2009-10-15 16:09:57下载
- 积分:1
-
rotate
基于matlab的彩色图像转成灰度图像,然后进行图像旋转并画布扩大,最后进行均值插值(Matlab-based color image into gray image, and then expand the image rotation and canvas, and finally to mean interpolation)
- 2008-03-13 11:58:45下载
- 积分:1