DSST icon indicating copy to clipboard operation
DSST copied to clipboard

Question related to Correlation filter response calculation

Open sparupat opened this issue 8 years ago • 1 comments

Hi,

Thanks a lot posting for the tracker code.

I was just going through your code and found out that you are not using conjugate of filter model to calculate the response. In DSST paper, correlation filter response (equation 6) was calculated using filter conjugate and image patch product. Can you please check the code and let me know if I missed anything?

wrapper.m 122. response = real(ifft2(sum(hf_num .* xtf, 3) ./ (hf_den + lambda) ));

sparupat avatar Nov 02 '15 04:11 sparupat