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

why the tracking speed of using linear kernel and using gaussain kernel are similar? #19

Open
hjl240 opened this issue Aug 30, 2018 · 1 comment

Comments

@hjl240
Copy link

hjl240 commented Aug 30, 2018

I run the code 2 times(one using linear kernel, another using gaussain kernel) in OTB50, every setting is same except the kernel. The results are ,the tracking speed of using linear kernel is 236fps, and the tracking speed of using gaussain kernel is 234fps.
In theory, the speed of using linear kernel is faster than using gaussain kernel.

@hjl240 hjl240 changed the title why the tracking speed of using linear kernel and using gaussain kernel is similar? why the tracking speed of using linear kernel and using gaussain kernel are similar? Aug 30, 2018
@vojirt
Copy link
Owner

vojirt commented Sep 1, 2018

Hi,
I also think that the linear kernel should be faster then gaussian. However, the computation of these kernels is probably negligible to the other parts (FFT, ...) so the fps is basically the same.
If you are really interested in answer, you can do some code profiling to measure how much time is actually spend in the kernel computation w.r.t. the rest of the code, which should give you the answer.

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