-
subtraction_obtecttracker
tracker.m
Continuously keeps taking snap in real time and sending to function isub for tracking
isub.m
It is a function which takes two consequent frames, subtracts them(background gets subtracted), converts the
resulting image into binary, finds the centroid of largest area of connected pixels and marks it(tracks it)
The code has been tested in MATLAB 7.6
- 2009-12-11 02:08:53下载
- 积分:1
-
adaptive_filtering_matlab
This books consists the matlab codes for implementing the adaptive filter
- 2010-12-26 08:13:27下载
- 积分:1
-
matlab
此文件是matlab程序,处理指纹图像,采集特征点最终实现指纹识别!(This file is the matlab program, processing fingerprint images, collection of feature points ultimately fingerprint!)
- 2010-06-02 14:22:07下载
- 积分:1
-
interpolation-examples
Interpolation refers to the process of converting a sampled digital signal (such as a sampled audio signal) to a higher sampling rate (Upsampling)
- 2012-05-04 04:33:52下载
- 积分:1
-
PART2(Load-Flow)
This file is GUI in MATLAB that use for load flow in the network.
- 2013-09-20 20:36:12下载
- 积分:1
-
winara
基于极限学习机的模拟故障诊断内容,狠心的大家来下载吧,我试过了很好用的(Based on extreme learning machine fault diagnosis of analog content, cruel everyone to download it, I tried a very good use)
- 2013-11-02 14:26:31下载
- 积分:1
-
02.11ac-2013-
802.11ac Standards for WLAN using beyond 5GHz
- 2014-10-22 19:28:03下载
- 积分:1
-
singpiu
用MATLAB实现动态聚类或迭代自组织数据分析,有PMUSIC 校正前和校正后的比较,使用起来非常方便,信号维数的估计,欢迎大家下载学习,包含光伏电池模块、MPPT模块、BOOST模块、逆变模块,基于kaiser窗的双谱线插值FFT谐波分析,独立成分分析算法降低原始数据噪声。
( Using MATLAB dynamic clustering or iterative self-organizing data analysis, A relatively before correction and after correction PMUSIC, Very convenient to use, Signal dimension estimates, Welcome to download the study, PV modules contain, MPPT module, BOOST module, inverter module, Dual-line interpolation FFT harmonic analysis kaiser windows, Independent component analysis algorithm reduces the raw data noise.
)
- 2017-04-12 22:36:56下载
- 积分:1
-
Intermediate_Nodes
The program takes the intermediate stoichiometric matrix of a chemical reaction mechanism as the input and gives the intermediate nodes in terms of all the possible combinations of p-(q-1) reaction steps. This program is complimentary to the "Reaction Routes" program. Using both these programs a Reaction Route Graph for a chemical reaction mechanism can be constructed, which can be used for kinetics studies.
The command to create a MATLAB function:
new myfun
It is also possible to append function code at the function m-file creation time as follows:
new myfun disp( Hello World! )
- 2010-06-11 15:46:34下载
- 积分:1
-
RGB-Histogram-Sideview--improfileadd(I)---File-Ex
Simple but effective example of "Region Growing" from a single seed point.
The region is iteratively grown by comparing all unallocated neighbouring pixels to the region. The difference between a pixel s intensity value and the region s mean, is used as a measure of similarity. The pixel with the smallest difference measured this way is allocated to the region.
This process stops when the intensity difference between region mean and new pixel becomes larger than a certain treshold
- 2013-09-11 02:38:46下载
- 积分:1