资源简介

matlab实现的动态目标跟踪,里面有源代码和测试视频。

资源截图

代码片段和文件信息

clear data
disp(‘input video‘);


avi = aviread(‘samplevideo.avi‘);
video = {avi.cdata};
for a = 1:length(video)
    imagesc(video{a});
    axis image off
    drawnow;
end;
disp(‘output video‘);
tracking(video);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        218  2009-08-24 13:11  VERY  GOOD Motion Detection\Read me.txt

     文件     706866  2009-08-24 13:02  VERY  GOOD Motion Detection\Related Document.pdf

     文件        225  2009-10-24 21:09  VERY  GOOD Motion Detection\run.m

     文件     638976  2005-03-14 13:59  VERY  GOOD Motion Detection\SampleVideo.avi

     文件       2690  2009-10-25 10:48  VERY  GOOD Motion Detection\tracking.m

     目录          0  2009-10-24 16:46  VERY  GOOD Motion Detection

----------- ---------  ---------- -----  ----

              1348975                    6


评论

共有 条评论