-
vmf
Here i have attached zip file for noise removal using vector median filter
- 2009-04-30 14:59:07下载
- 积分:1
-
CLOUD-COMPUTING-EFFECT-ON-ENTERPRISES
Masters Thesis on Cloud Computing
- 2014-09-12 20:23:12下载
- 积分:1
-
EKF
EKF的纯净程序,没有夹杂其他信息,本人经过测试,可以放心使用(EKF pure process, not mixed with other information, I tested, safe to use)
- 2011-09-28 10:50:32下载
- 积分:1
-
genetic-althorithm
遗传算法实现优化函数,属于经典的遗传算法 (Genetic algorithm optimization function)
- 2013-11-19 15:32:56下载
- 积分:1
-
matlab特征值与特征向量数值计算的14个例子代码
说明: matlab特征值与特征向量的计算有14个例子代码(There are 14 example codes for calculating matlab eigenvalues and eigenvectors)
- 2020-06-23 21:40:02下载
- 积分:1
-
Spline_interpolation
Spline interpolation
- 2020-12-14 22:59:14下载
- 积分:1
-
PID_Weizhi
这是matlab中实现PID位置控制算法程序(This is the matlab PID position control algorithm)
- 2012-03-21 14:51:16下载
- 积分:1
-
pinyujifen
加速度时程曲线通过matlab经过频域积分变换为位移时程曲线(Acceleration time history curve matlab integral transformation of the frequency domain through the process curve displacement)
- 2013-12-29 18:55:21下载
- 积分: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
-
boost_neural_network
结合boosting与神经网络方法相结合的分类方法,效果好,识别率高(Combining boosting and neural network approach for robust classification, effective with high recognition rate)
- 2011-04-30 17:41:07下载
- 积分:1