-
Bounding-Box
Distributed Localization in Wireless Ad Hoc
- 2011-08-08 18:52:38下载
- 积分:1
-
FDTDMovie
photonic crystall simulation FDTDMovie
- 2011-09-02 20:59:30下载
- 积分:1
-
MeanShift-matlab
MeanShift运动目标跟踪 matlab程序
思路:
1.截取跟踪目标矩阵rect
2.求取跟踪目标的加权直方图hist1
3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。
4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
(MeanShift moving target tracking matlab program ideas: 1. Interception target tracking matrix rect 2. Strike target tracking weighted histogram hist1 3. Reading of a video sequence, first randomly selected one with such a large rectangle rect, calculate the weighted Histogram hist2. 4 Calculate the proportion of both functions, if the latter gap is too large, updated new matrix center Y, iterative (MeanShift is a variable step size can rapidly approaching the peak of the probability density method), until certain conditions stop.)
- 2013-09-19 11:40:07下载
- 积分:1
-
Matrix-Completion
低秩矩阵方面的实例,矩阵修复方面的MATLAB程序,可以参考学习低秩的方法。(Examples of areas of low rank matrix, the matrix repair aspects of MATLAB program, you can refer to the study of low-rank method.)
- 2021-01-14 20:48:47下载
- 积分:1
-
MOPSO多目标粒子群优化算法MATLAB实现
说明: MOPSO多目标粒子群优化算法MATLAB实现(可直接运行)(MOPSO multi-objective particle swarm optimization algorithm MATLAB (can be directly run))
- 2020-04-25 15:51:15下载
- 积分:1
-
GetSample
说明: 产生一个高斯分布的模式类的样本,特征向量为二维的。(Generate a Gaussian distribution model of the class samples for the two-dimensional feature vectors.)
- 2010-03-19 11:28:14下载
- 积分:1
-
my-TSP-with-SA
solving TSP problem with SA
- 2012-06-11 22:09:00下载
- 积分:1
-
ZCR
autocov computes the autocovariance between two column vectors X and Y with same length N using the Fast Fourier Transform algorithm from 0 to N-2.
The resulting autocovariance column vector acv is given by the formula:
acv(p,1) = 1/(N-p) * sum_{i=1}^{N}(X_{i} - X_bar) * (Y_{i+p} - Y_bar)
where X_bar and Y_bar are the mean estimates:
X_bar = 1/N * sum_{i=1}^{N} X_{i} Y_bar = 1/N * sum_{i=1}^{N} Y_{i}
It satisfies the following identities:
1. variance consistency: if acv = autocov(X,X), then acv(1,1) = var(X)
2. covariance consistence: if acv = autocov(X,Y), then acv(1,1) = cov(X,Y)
- 2013-05-26 22:12:50下载
- 积分:1
-
incsrch
root finding by incremental search
- 2010-10-26 18:37:42下载
- 积分:1
-
Fuzzy-similar-matrix-MATLAB-program
Fuzzy similar matrix MATLAB program
模糊相似矩阵的MATLAB 程序
(Fuzzy similar matrix MATLAB program
)
- 2012-03-31 14:45:42下载
- 积分:1