diff --git a/tracking/getScalePatch.m b/tracking/getScalePatch.m index aec42a2..98dcbef 100644 --- a/tracking/getScalePatch.m +++ b/tracking/getScalePatch.m @@ -1,3 +1,21 @@ +% KCC: Kernel Cross-Correlator +% Visual Tracking Using KCC +% +% Copyright (C) 2017 +% Author: Wang Chen wang.chen@zoho.com Nanyang Technological University +% Zhang Le zhang.le@adsc.com 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 . + + function out = getScalePatch(img, pos, target_size, search_size, rotation, scale_model_sz, hog_scale_cell_size) % code from DSST diff --git a/tracking/getScaleSubwindow_v1.m b/tracking/getScaleSubwindow_v1.m index 2153a7c..290a799 100644 --- a/tracking/getScaleSubwindow_v1.m +++ b/tracking/getScaleSubwindow_v1.m @@ -1,3 +1,21 @@ +% KCC: Kernel Cross-Correlator +% Visual Tracking Using KCC +% +% Copyright (C) 2017 +% Author: Wang Chen wang.chen@zoho.com Nanyang Technological University +% Zhang Le zhang.le@adsc.com 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 . + + function out = getScaleSubwindow_v1(img, pos, target_size, search_size, rotation, scale_model_sz, hog_scale_cell_size) % code from DSST diff --git a/tracking/trackerMain_otb_wangchen.m b/tracking/trackerMain_otb_wangchen.m index ddae5fd..2933fea 100644 --- a/tracking/trackerMain_otb_wangchen.m +++ b/tracking/trackerMain_otb_wangchen.m @@ -1,3 +1,21 @@ +% KCC: Kernel Cross-Correlator +% Visual Tracking Using KCC +% +% Copyright (C) 2017 +% Author: Wang Chen wang.chen@zoho.com Nanyang Technological University +% Zhang Le zhang.le@adsc.com 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 . + + 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