Skip to content

Commit

Permalink
add header
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffsanC committed Nov 23, 2017
1 parent 5355871 commit c659720
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tracking/getScalePatch.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
% KCC: Kernel Cross-Correlator
% Visual Tracking Using KCC
%
% Copyright (C) 2017
% Author: Wang Chen [email protected] Nanyang Technological University
% Zhang Le [email protected] Advanced Digital Sciences Center
% 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 <http://www.gnu.org/licenses/>.


function out = getScalePatch(img, pos, target_size, search_size, rotation, scale_model_sz, hog_scale_cell_size)

% code from DSST
Expand Down
18 changes: 18 additions & 0 deletions tracking/getScaleSubwindow_v1.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
% KCC: Kernel Cross-Correlator
% Visual Tracking Using KCC
%
% Copyright (C) 2017
% Author: Wang Chen [email protected] Nanyang Technological University
% Zhang Le [email protected] Advanced Digital Sciences Center
% 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 <http://www.gnu.org/licenses/>.


function out = getScaleSubwindow_v1(img, pos, target_size, search_size, rotation, scale_model_sz, hog_scale_cell_size)

% code from DSST
Expand Down
18 changes: 18 additions & 0 deletions tracking/trackerMain_otb_wangchen.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
% KCC: Kernel Cross-Correlator
% Visual Tracking Using KCC
%
% Copyright (C) 2017
% Author: Wang Chen [email protected] Nanyang Technological University
% Zhang Le [email protected] Advanced Digital Sciences Center
% 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 <http://www.gnu.org/licenses/>.


function [results] = trackerMain_otb_wangchen(p, im, bg_area, fg_area, area_resize_factor)
%TRACKERMAIN contains the main loop of the tracker, P contains all the parameters set in runTracker
%% INITIALIZATION
Expand Down

0 comments on commit c659720

Please sign in to comment.