• 大小: 2.02MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: Matlab
  • 标签: 光流法  

资源简介

基于Lucas-kanade目标跟踪算法实现,用matlab实现; 算法原理和推导过程请查阅博文:“Lucas-Kanade 算法原理以及应用”http://blog.csdn.net/zhzhji440/article/details/43866695 参考文献:Lucas-Kanade 20 Years On: A Unifying Framework IJCV 2004

资源截图

代码片段和文件信息

% Copyright 2011 Zdenek Kalal
%
% This file is part of TLD.
%
% TLD 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.
%
% TLD 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 TLD.  If not see .

% Compiles mex files
clc; clear all; cd mex;

if ispc
    disp(‘PC‘);
    include = ‘ -IE:\solfware\OpenCV2.1\include\opencv\ -IE:

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

     文件       2274  2012-05-24 17:11  LK_L1_Patch\compile.m

     文件       2044  2012-08-15 14:31  LK_L1_Patch\display\Display.m

     文件        548  2012-03-20 09:18  LK_L1_Patch\display\DrawOptical.m

     文件       1270  2012-08-15 18:33  LK_L1_Patch\img\affparam2mat.m

     文件        151  2012-03-22 13:47  LK_L1_Patch\img\bb2parm.m

     文件        436  2012-03-17 09:27  LK_L1_Patch\img\deltatao2ROIDleta.m

     文件       1456  2011-02-23 17:32  LK_L1_Patch\img\drawbox.m

     文件        175  2011-12-21 11:15  LK_L1_Patch\img\frame_get.m

     文件        193  2012-03-17 13:18  LK_L1_Patch\img\frame_get_color.m

     文件       1108  2011-12-29 14:51  LK_L1_Patch\img\img_alloc.m

     文件       1025  2012-03-17 13:17  LK_L1_Patch\img\img_alloc_color.m

     文件        944  2011-04-17 06:11  LK_L1_Patch\img\img_blur.m

     文件       1043  2012-01-07 09:23  LK_L1_Patch\img\img_dir.m

     文件        526  2011-12-21 11:08  LK_L1_Patch\img\img_load.asv

     文件        526  2011-12-21 11:08  LK_L1_Patch\img\img_load.m

     文件       2443  2012-03-07 19:36  LK_L1_Patch\img\img_patch.m

     文件       1002  2012-08-15 18:23  LK_L1_Patch\img\img_ROI.m

     文件        199  2012-03-22 13:18  LK_L1_Patch\img\param2bb.m

     文件        106  2012-02-23 16:59  LK_L1_Patch\img\parm2est.m

     文件        301  2012-01-04 15:34  LK_L1_Patch\img\patch2Pattern.m

     文件        392  2012-08-15 19:28  LK_L1_Patch\img\ROIupdata.m

     文件       8704  2011-04-25 10:42  LK_L1_Patch\img\warp.mexw32

     文件        293  2012-01-08 16:10  LK_L1_Patch\initializing\init_first_frame.m

     文件       1766  2011-12-21 21:40  LK_L1_Patch\initializing\init_OL1T.asv

     文件       1791  2011-12-21 21:43  LK_L1_Patch\initializing\init_OL1T.m

     文件        252  2011-12-21 16:23  LK_L1_Patch\initializing\init_source.m

     文件        750  2011-12-20 15:47  LK_L1_Patch\initializing\init_workspace.m

     文件        255  2011-12-21 11:03  LK_L1_Patch\initializing\win_click.asv

     文件        255  2011-12-21 11:07  LK_L1_Patch\initializing\win_click.m

     文件       2525  2012-08-16 10:48  LK_L1_Patch\LKL1PDemo.m

............此处省略80个文件信息

评论

共有 条评论