TSSSS4

Results 2 issues of TSSSS4

tracker.m `% subproblem g g_f = fft2(argmin_g(reg_window{k}, gamma, real(ifft2(gamma * f_f+ h_f)), g_f));` 这里的为什么不是gamma * (f_f+ h_f),是不是和论文不太一样?

Hi martin In the model update step of C-COT project, why it adds only half of the new sample "xlf" into "samplesf"? `xlf = cellfun(@(xf) xf(:,1:(size(xf,2)+1)/2,:), xlf, 'uniformoutput', false);`