joaofaro / KCFcpp

C++ Implementation of KCF Tracker
BSD 3-Clause "New" or "Revised" License
895 stars 446 forks source link

how can I use "linear kernel" ? #7

Open Jockeypan opened 7 years ago

Jockeypan commented 7 years ago

I find only Gaussian kernels. According to "High-Speed Tracking with Kernelized Correlation Filters" , linear kernel(DCF) is much faster than KCF (292FPS vs 172FPS).

pinderpeng commented 6 years ago

happened to see this problem, it's easy to write one yourself.

PapaMadeleine2022 commented 5 years ago

@Jockeypan @pinderpeng can you provide the reference code about how to write "linear kernel"? thank you very much~

PapaMadeleine2022 commented 5 years ago

need help...

junwenZhang commented 4 years ago

need help... did you solve this question? i need help too