-
Lucas-Kanade
Lucas-Kanade光流法,计算两幅图像之间的光流,很有用的一段程序(Lucas-Kanade optical flow method to calculate the optical flow between two images, very useful for some procedures)
- 2013-11-27 09:42:21下载
- 积分:1
-
Programs
32 channel time domain beamformer. Use final time doamin beamformer file. Run it. DOA 30
- 2011-12-02 17:31:44下载
- 积分:1
-
Signals-and-systems
此文档提供了信号与系统的学习课件,供通信与电子专业的参考学习(This document provides learning courseware of signals and systems for communications and electronic professional reference learning)
- 2013-05-15 11:39:44下载
- 积分:1
-
jiaozhiliu
半定规划内点法数据整理交直流系统统一无功优化算法,系数矩阵的确定。(Interior point method for semidefinite programming data collation AC and DC systems unified reactive power optimization algorithm to determine the coefficient matrix.)
- 2013-10-17 21:29:09下载
- 积分:1
-
PCA
pca图像融合代码,高分辨率和低分辨率的融合(pca fusion image fusion, high resolution and low resolution)
- 2014-12-17 19:30:03下载
- 积分:1
-
Weight
一维无网格模型,通过这个文件,大家可以学习到无网格法的基本运算方法,是想要学习无网格法的入门之选(it is a file about messless)
- 2011-12-08 14:35:45下载
- 积分:1
-
aybook.cn_matltxclhs1128
matlab在图像处理中的介绍详细介绍了matlab与图像有关的函数(matlab in image processing matlab introductory details and image-related functions)
- 2008-01-15 20:35:50下载
- 积分:1
-
Application-of-LSB-Based-Steganographic
Application of LSB Based Steganographic
- 2012-04-02 22:00:15下载
- 积分:1
-
SAR_image_algorithm
合成孔径雷达仿真源代码,包括chirp信号、回波仿真、脉冲压缩、距离徙动、距离多普勒算法等五个源代码,是学习SAR仿真很系统的资料。(Synthetic aperture radar simulation source code, including the chirp signal echo simulation, pulse compression, range migration from Doppler algorithm source code, learning SAR simulation system.)
- 2012-10-08 20:30:14下载
- 积分:1
-
蚁群聚类算法
蚁群聚类数据data.txt;蚁群聚类详细解释
如
[N,n]=size(X); % N =测试样本数;n =测试样本的属性数;
K = 4; % K = 组数;
R = 100; % R = 蚂蚁数;
t_max = 1000; % t_max =最大迭代次数;
% 初始化
c = 10^-2;
tau = ones(N,K) * c; %信息素矩阵,初始值为0.01的N*K矩阵(样本数*聚类数)
q = 0.9; % 阈值q
rho = 0.1; %
- 2022-01-31 10:02:24下载
- 积分:1