-
CAMSHIFT-Tracking-Algorithm
part1.m
1. Converts 14 image pairs of a video sequence to grayscale.
2. Computes the absolute difference between the pairs yielding 15 images.
camshift.m
1. Implementation of the CAMSHIFT algorithm for tracking a hand in a video sequence.
Executing this project from within Matlab
At the command prompt enter:
>>part1
>>camshift
- 2013-05-09 02:09:41下载
- 积分:1
-
t-sGPC
基于T-S模型的广义预测控制,呈持续可以直接运行(Generalized predictive control program based on T-S model
)
- 2020-09-06 09:28:07下载
- 积分:1
-
RADON
matlab拉冬变换程序,包括拉冬正变换和反变换程序。(Matlab Radon transform procedures, including Radon transformation and anti-transformation process.)
- 2007-07-08 14:07:19下载
- 积分:1
-
matlab-tutorials
这是matlab软件的基础教程,希望能帮到新手入门(Matlab software, tutorials, hope to help beginners)
- 2012-05-02 20:58:48下载
- 积分:1
-
EUCLIDEAN_Algorithm
Euclidean节点定位是由美国路特葛斯大学利用距离矢量路由和GPS定位原理提供出一种分布式自主定位算法(Node localization Euclidean path by the Rutgers Universitys use of distance vector routing and GPS positioning to provide a principle of self-positioning algorithm for distributed)
- 2009-05-14 20:37:50下载
- 积分:1
-
3_DOF_model_of_the_1903_Wright_Flyer-airframe-envi
3 DOF model of the 1903 Wright Flyer-airframe-environment-pilot models-MATLAB Source code.zip
- 2010-05-29 17:37:29下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
GUIhook95
修改Windows95 GUI函数的源代码 (The source for modifying windows 95s GUI function)
- 2001-01-06 00:00:00下载
- 积分:1
-
GeLei_Split
输出一个正整数的所有格雷码序列及一正整数的所有升序拆分序列(output a positive integer Gray all sequences and a positive integer of all ascending sequence Resolution)
- 2006-09-23 22:17:27下载
- 积分:1
-
chuantongdianji
说明: 传统电机模型仿真,该模型为初学者研究带来便已。(chugtong dianji)
- 2010-04-01 19:50:59下载
- 积分:1