Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxing001 committed Dec 21, 2017
2 parents ff8f212 + cd507ba commit a92dd6e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions DSST/README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#这是原作者的代码,一点都没改
#核心代码是dsst.m 和get_scale_samples.m和get_translation_sample.m
#这三个核心代码我加了详细的注释
#matlab 2015b测试通过

This MATLAB code implements the Discriminative Scale Space Tracker (DSST) [1]. The implementation is built upon the code provided by [2]. The code provided by [3] is used for computing the HOG features.

The project website is:
Expand All @@ -15,14 +20,14 @@ Martin Danelljan
[email protected]


[1] Martin Danelljan, Gustav H�ger, Fahad Shahbaz Khan and Michael Felsberg.
[1] Martin Danelljan, Gustav Häger, Fahad Shahbaz Khan and Michael Felsberg.
"Accurate Scale Estimation for Robust Visual Tracking".
Proceedings of the British Machine Vision Conference (BMVC), 2014.

[2] J. Henriques, R. Caseiro, P. Martins, and J. Batista.
"Exploiting the circulant structure of tracking-by-detection with kernels."
In ECCV, 2012.

[3] Piotr Doll�r.
"Piotrs Image and Video Matlab Toolbox (PMT)."
http://vision.ucsd.edu/~pdollar/toolbox/doc/index.html.
[3] Piotr Dollár.
"Piotrs Image and Video Matlab Toolbox (PMT)."
http://vision.ucsd.edu/~pdollar/toolbox/doc/index.html.

0 comments on commit a92dd6e

Please sign in to comment.