• 大小: 50.95MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-24
  • 语言: Matlab
  • 标签: 视觉跟踪  

资源简介

MEEM视觉跟踪matlab代码,里面都有操作方式,也有自带的图像序列 MEEM视觉跟踪matlab代码,里面都有操作方式,也有自带的图像序列

资源截图

代码片段和文件信息

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Implemetation of the tracker described in paper
% “MEEM: Robust Tracking via Multiple Experts using Entropy Minimization“ 
%   Jianming Zhang Shugao Ma Stan Sclaroff ECCV 2014
%
% Copyright (C) 2014 Jianming Zhang
%
% This program is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation either version 3 of the License or
% (at your option) any later version.
%
% This program is distributed in the hope that it will be useful
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program.  If not see .
%
% If you have problems about this software please contact: jmzhang@bu.edu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

res = MEEMTrack(‘.\data\basketball\img‘‘jpg‘true[1982143481]);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-08-23 13:31  base_tracker\
     文件        1212  2014-08-20 10:21  base_tracker\createSampler.m
     文件        1714  2014-08-20 10:22  base_tracker\createSvmTracker.m
     文件        1819  2014-08-20 10:22  base_tracker\initSampler.m
     文件        2844  2014-08-20 10:22  base_tracker\initSvmTracker.m
     文件        2790  2014-08-20 10:22  base_tracker\resample.m
     目录           0  2014-08-23 13:31  base_tracker\svm_my\
     文件         207  2013-09-10 05:03  base_tracker\svm_my\linear_kernel.m
     文件       24472  2013-09-10 05:03  base_tracker\svm_my\seqminopt_my.m
     文件        6432  2013-09-10 05:03  base_tracker\svm_my\svmclassify_my.m
     文件         496  2013-09-10 05:03  base_tracker\svm_my\svmdecision_my.m
     文件       28204  2013-09-10 05:03  base_tracker\svm_my\svmtrain_my.m
     文件        4209  2014-08-20 10:22  base_tracker\updateSample.m
     文件        7370  2014-08-20 10:26  base_tracker\updateSvmTracker.m
     目录           0  2014-08-23 14:09  data\
     目录           0  2014-08-23 14:09  data\basketball\
     文件       10150  2013-10-06 05:23  data\basketball\basketball.txt
     文件           6  2013-10-06 05:23  data\basketball\basketball_frames.txt
     文件       10150  2012-09-05 18:38  data\basketball\groundtruth_rect.txt
     目录           0  2014-08-23 14:10  data\basketball\img\
     文件       82526  2013-03-20 08:29  data\basketball\img\0001.jpg
     文件       82466  2013-03-20 08:29  data\basketball\img\0002.jpg
     文件       82729  2013-03-20 08:29  data\basketball\img\0003.jpg
     文件       82576  2013-03-20 08:29  data\basketball\img\0004.jpg
     文件       40956  2013-03-20 08:29  data\basketball\img\0005.jpg
     文件       82190  2013-03-20 08:29  data\basketball\img\0006.jpg
     文件       83023  2013-03-20 08:29  data\basketball\img\0007.jpg
     文件       83069  2013-03-20 08:29  data\basketball\img\0008.jpg
     文件       83242  2013-03-20 08:29  data\basketball\img\0009.jpg
     文件       82678  2013-03-20 08:29  data\basketball\img\0010.jpg
     文件       82628  2013-03-20 08:29  data\basketball\img\0011.jpg
............此处省略743个文件信息

评论

共有 条评论