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

In line 36,37 of adjust.cpp #4

Open
soldatjiang opened this issue Mar 22, 2019 · 1 comment
Open

In line 36,37 of adjust.cpp #4

soldatjiang opened this issue Mar 22, 2019 · 1 comment

Comments

@soldatjiang
Copy link

In line 36,37 of adjust.cpp, why h and w are multiplied with KCF_PADDING? I think the size of the patch should be multiplied with (1+KCF_PADDING), thanks.

@psenna
Copy link
Owner

psenna commented May 4, 2019

The KCF_PADDING already represents (1 + the padding) for simplicity.

In adjust.h the KCF_PADDING was defined as "#define KCF_PADDING 1.5" for a padding of 50%.

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

2 participants