资源简介

基于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  Motion Detection\Read me.txt

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

     文件        225  2008-01-27 10:54  Motion Detection\run.m

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

     文件       2690  2008-01-27 10:57  Motion Detection\tracking.m

     目录          0  2009-08-24 13:11  Motion Detection

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

              1348975                    6


评论

共有 条评论