-
ImprovedtargetidentificationMATLAB
截取一个小的窗口对于目标序列图像进行跟踪和锁定(Interception of a small window for the target image sequence tracking and locking)
- 2009-11-17 16:28:18下载
- 积分:1
-
code
“A Multi-Scale Bilateral Structure Tensor Based Corner Detector,”
- 2012-03-27 12:43:47下载
- 积分: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
-
myfft
用于计算fft的MATLAB程序,采用时间提取的基2算法,计算N点的FFT,程序中会自动将N部位2的n次方个点(Used to calculate the fft of the MATLAB program, using the time base 2 extraction algorithm, calculation of N point FFT, the program will automatically N parts of two of the n-th power points)
- 2009-10-28 16:19:10下载
- 积分:1
-
ID3
数据仓库中,数据挖掘的一个程序,用MATLAB编写,好用!(Data warehouse, data mining, a procedure, using MATLAB to prepare, easy to use!)
- 2008-07-21 08:47:54下载
- 积分:1
-
short100
说明: 蚁群算法,最基本的,有效的解决TSP问题(Ant colony algorithm, the most basic and effective problem solving TSP)
- 2011-03-07 10:27:09下载
- 积分:1
-
DVRprogsource
this is dynamic voltage restorer source program
- 2010-02-26 20:19:13下载
- 积分:1
-
OP
说明: 频域的模态参数识别方法之一,可以对振动信号进行分析处理,得出结构的固有频率,阻尼比,振型系数,方法很好,程序完整,(Frequency-domain modal parameter identification methods that can analyze the vibration signal processing, draw the structure of natural frequencies, damping ratio, mode shape coefficient, very good method, program integrity,)
- 2010-03-17 22:39:25下载
- 积分:1
-
fft
实现2D—fft的matlab程序
以二维时间序列为基(Achieve 2D-fft matlab program)
- 2013-08-08 09:31:10下载
- 积分:1
-
jibenlizisuanfa
一个适合初学者使用的粒子算法程序及其函数极值的计算。(One for beginners and function of particle algorithm extreme calculations.
)
- 2011-12-07 21:58:12下载
- 积分:1