meanshift

所属分类:matlab编程
开发工具:matlab
文件大小:9KB
下载次数:1244
上传日期:2007-12-26 10:26:45
上 传 者rogerlijain
说明:  均值平移跟踪算法中核函数窗宽的自动选取代码,根据目标大小变化核窗宽,使得当目标出现大小变化时准确跟踪到目标中心
(Mean shift tracking algorithm in the kernel function automatically selects the window wide code, depending on the target size of changes in the nuclear window width, making small changes occur when the target accurately track to the target when the center)

文件列表:
compute_k_hist.m (4269, 2007-05-30)
compute_kernelmatrix.m (1206, 2007-06-06)
compute_wi.m (839, 2006-10-15)
object_tracking.m (3129, 2007-06-06)
show_target.m (1309, 2007-06-06)
track.m (3445, 2007-06-07)
说明.txt (692, 2007-06-06)
color_example.m (2897, 2006-12-17)
color_object_tracking2.m (2882, 2006-12-17)

% % 2006.12.17 % 说明:程序的思想取自《mean-shift跟踪算法中核函数窗宽的自动选取》 % % 它的理论根据是一个定理:但大小由大变小时,mean-shift算法可以正确的 % 的跟踪到中心。但目标由小变大时,mean-shift算法不能正确的跟踪到中心 % % 它只处理目标由小到大的情况: % 1.通过在先前帧中选定的目标A,在当前帧中找到目标B,显然由于目标变大的原因 % B并不是真正的A, % 2.在先前帧中找到当前帧中的B,这样会得到一个B',通过B'和A的距离来补偿当前 % 帧中的B,得到B'',把它当作先前帧中的A。

近期下载者

相关文件


收藏者