-
Meanshif-Detection
说明: :Mean—shift算法是一种非参数密度估计算法,可以实现快速的最优匹配,在目标的实时跟踪领域起着非常
重要的作用。为了有效的将Mean—shift算法应用到灰度图像中,采用了以方向直方图建立目标模型的策略,提出了在灰
度图像中以Mean—shift为核心的目标跟踪算法。实验结果表明,该算法具有不受光照条件影响的优点,在低对比度的情
况下仍能实现稳定、实时的跟踪目标。(: Mean-shift algorithm is a nonparametric density estimation algorithm, the optimal matching can be fast, real-time tracking fields in the target plays an important role. In order to effectively Mean-shift algorithm will be applied to the gray image, the histogram used to establish the direction of the strategy target model is proposed in the gray image to Mean-shift tracking algorithm as the core. Experimental results show that the algorithm has the advantage of not lighting conditions, in the case of low contrast can still achieve stability, real-time tracking of targets.)
- 2011-04-06 23:14:05下载
- 积分:1
-
matlabbianchengzhongwenxiudingban
S.J.Chapman《MATLAB编程》中文版修正版,此书是matlab入门的好教材,欢迎matlab初学者下载学习。(SJChapman " MATLAB Programming" modified version of the Chinese version, the book is good material matlab entry, please download matlab for beginners to learn.)
- 2010-05-09 15:55:03下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
MAT
详细介绍了在MATLAB环境中,MAT文件的编辑与读写,通常使用load和save两个命令进行 MAT 文件的读和写(Described in detail in the MATLAB environment, MAT files editing and read and write, load and save commonly used two commands to read and write MAT files)
- 2009-04-16 19:36:36下载
- 积分:1
-
random-demodulator
压缩采样仿真实验代码,基于随机解调器,仿真功能完善(Compressive sampling simulation code, based on random demodulator perfect simulation function)
- 2020-12-09 06:29:19下载
- 积分:1
-
transfer
根据逆透视变换原理从交通图像中提取交通参数,可以根据图像的像素坐标计算实际路面的距离,计算车辆的位移,速度等参数(Extract traffic parameters from the traffic image according to the principle of inverse perspective transformation, the actual road distance can be calculated according to the coordinates of the image pixels, the calculation of the displacement of the vehicle speed and other parameters)
- 2013-05-21 22:21:51下载
- 积分:1
-
periodlinemode
说明: 计算各向同性板中的兰姆波,采用comsol livelink with matlab(calculating lamb wave in isotropic plate, using comsol livelink with matlab)
- 2020-01-14 10:24:32下载
- 积分:1
-
13898395UKF
使用Kalman滤波实现二维图像中目标的轨迹跟踪(Two-dimensional images using Kalman Filtering Target tracking in)
- 2010-10-08 16:24:14下载
- 积分:1
-
blackground
模拟PS软件,使用渐变方式,改变图象背景(PS simulation software, using the gradual approach to change the background image)
- 2011-02-03 11:42:41下载
- 积分:1
-
matlab-algorithm
优化算法中的粒子群算法详解和Matlab程序代码(Optimization algorithm and particle swarm Detailed Matlab code)
- 2014-08-10 09:47:43下载
- 积分:1