|
Algorithm 1 Proposed Tracking Algorithm |
-
1:
Initialize the model coefficients and the target appearance with the bounding box given in the 1-st frame.
-
2:
for
i = 2 to end of the sequence do
-
3:
Sampling image patches in different scale
-
4:
for each scale in
do
-
5:
Calculate the response map
-
6:
-
7:
-
8:
end
for
-
9:
-
10:
calculate the by Equation 12 in the most likely scale
-
11:
if
then
-
12:
update the model coefficient and
-
13:
end
if
-
14:
if
then
-
15:
target position
-
16:
target scale
-
17:
else
-
18:
target position
-
19:
target scale
-
20:
end
if
-
21:
end
for
|