|
Algorithm 1: Proposed tracking algorithm. |
|
Input : Image I; initial target position and scale ; previous target position and scale . |
|
Output : Estimated object position and scale . |
|
|
| Initialize correlation filters , and set ,
|
|
Foreach
|
| Extract multiple generated by VGG-Net; |
| Compute the translation correlation using Equation (5) and Equation (6) |
| Set to at the maximum of
|
| Compute the translation correlation using Equation (9) |
| Set to at the maximum of
|
| Compute discounting factor using Equation (12) to Equation (15) |
| Update , , , , K, D
|
| End |