-
eof
对数据进行EOF分解,得到数据的空间分布和时间系数,进行时空分析。(EOF on the data decomposition, get the spatial distribution and the time coefficient data, spatio-temporal analysis.)
- 2015-04-21 21:44:59下载
- 积分: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
-
suijimoni2
刘宝碇《不确定规划及应用》第4章例4.2的matlab程序,58页。内容简单,但可以有效的帮助初学者理解随机模拟的原理。(Liu anchor " uncertain Planning and Applications" in Chapter 4 Example 4.2 matlab program, 58. Content is simple, but can effectively help beginners understand the principles of stochastic simulation.)
- 2015-03-20 10:14:16下载
- 积分:1
-
simulation-test
信道利用率和帧长仿真测试 matlab仿真结果(Channel utilization and frame length simulation test Matlab simulation results)
- 2013-04-11 20:19:20下载
- 积分:1
-
DeliveryInd
Empty constructor Source Code for Andriod.
- 2013-11-14 22:45:53下载
- 积分:1
-
convolve2
This is not my work but a function I use often. It is much faster than the conv2 function in matlab
- 2009-03-31 10:19:08下载
- 积分:1
-
matlab
学习matlab的ppt课件(华中科技大学的内部资料)(Ppt of learning courseware matlab (Huazhong University of Science and Technology)
- 2008-03-25 18:16:39下载
- 积分:1
-
linear_conv
linearconvolution with matlab
- 2010-12-14 04:02:38下载
- 积分:1
-
连续小波变换 wavelet_cwt
对信号做连续小波变换,不直接调用Matlab的cwt函数(right signals to do continuous wavelet transform, not directly call Matlab cwt function)
- 2006-12-03 11:48:38下载
- 积分:1
-
KALMAN
EASY IMPLEMENTATION OF KALMAN FILTER
- 2011-08-27 15:44:18下载
- 积分:1