Input:
|
Current frame It; The video for tracking Svideos; |
Target position
and scale
of previous frame; |
The target feature template,
and the filter template,
; |
The scale model
,
. |
Output:
|
Target position pt and scale st of current frame; |
The updated target feature template,
and filter template,
; |
The updated scale model
,
. |
1: for each
do
|
2: Sample the new patch
from It at
; |
3: Extract a scale sample zscale from It at pt and
; |
4: Extract the HOG and CN features and fused with Eq. (7); |
5: Calculate the response
with Eq. (5), and get Fmax; |
6: Calculate
, WAPCE and RSFM with Eqs. (12)–(14), and adaptively judge whether there is occlusion and the scope; |
7: Get the
and ξ by Eqs. (16) and (17); |
8: Compute the scale correlations yscale using zscale,
and
in Eq. (10); |
9: Set st to the maximum of yscale; |
10: Use Eq. (18) to update
and
with
and
adaptively; |
11: Use Eq. (9) to update
and
with
and
. |
12: Return pt and the updated
,
,
,
. |
13: end for
|