hello, I just get started with matlab. I used to write all in C++. but Ir really need this KLT tracker for my work. but I can't manipulate the .mat file :s
I wanted to change the movie used but couldn't can you, please, tell me how... thanks a lot.
The code worked but I have some questions.
Why are the velocity arrays not of equal sizes as the image?
I used the images you included 252x316 and u and v where of 236x300.
While reconstuncting the image I(i,j) = Iold(i+u,j+v) the result wasn't very good. Have you tried reconstructing the image using only the first one and the velocity vectors? If so, can you provide the source ( just to check if my reconstructing code is bad written)?
Comment only