Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some questions about of the use 'circshift' in the gaussian_shaped_labels.m? #1

Open
Happyjie1993 opened this issue Mar 31, 2016 · 0 comments

Comments

@Happyjie1993
Copy link

Hi~~
Thanks for you open source. It's very useful for me to get further understand of the KCF algorithm. Unfortunately, there are still some questions for me to understanding the algorithm and the codes. I don't understand the dense sampling process essentially. It seems there are no relevant codes in your project to get the circulant matrice as says in the paper. In adition, I can't figure out the usefulness of the command 'circshift' in gaussian_shaped_labels.m:
%move the peak to the top-left, with wrap-around labels = circshift(labels, -floor(sz(1:2) / 2) + 1);
It's great that your codes have so many annotations, but I don't understand the annotation 'move the peak to the top-left, wiht warp-around'. So, could you explain it in more detail for me? I would be very appreciated if I can get any hints from you.

Best regards,
Jie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant