|
Algorithm 1: MMKCF |
-
Input:
The video frame, ; Initial bounding box of the target, ;
-
Output:
The target position predicted by the tracker, p;
-
1:
whiledo
-
2:
if then
-
3:
-
4:
else
-
5:
if then
-
6:
for to do
-
7:
-
8:
end for
-
9:
-
10:
-
11:
else
-
12:
for do
-
13:
-
14:
end for
-
15:
if then
-
16:
-
17:
else
-
18:
-
19:
-
20:
-
21:
end if
-
22:
end if
-
23:
end if
-
24:
end while
|