1) Object appearance model is never updated, just a half-way implementation of the cited paper...
2) aviread() can be replaced by VideoReader() to make the code working, details can be found in MATLAB help.
3) The tracker drifts quite quickly after a few frames.
4) Fast computation of Covariance feature by integral image is not used...
2
26 Mar 2012
A Ball Tracking Application
The tracker implements the Covariance Tracking method to track the ball in a football match
Hi
I am new to matlab, can anone explain me to understand the equation stand for.
f(i+(j-1)*size,:) = [positionX+i-1 positionY+j-1 dI(positionY+j-1, positionX+i-1) ...
Ix(positionY+j-1, positionX+i-1) Iy(positionY+j-1, positionX+i-1) ...
Ixx(positionY+j-1, positionX+i-1) Iyy(positionY+j-1,positionX+i-1)];
Thanks
Sanki
Comment only
24 Mar 2012
A Ball Tracking Application
The tracker implements the Covariance Tracking method to track the ball in a football match
For some reason, my comment was deleted! don't know why, sorry!
this was my comment which is apparently deleted!
Thanks Fuat for the code, very helpful! I just wanted to ask if you implemented the update mechanism which is based on Riemannian manifold. I guess it's not included in the code! Am i right?
Comment only
08 Aug 2011
A Ball Tracking Application
The tracker implements the Covariance Tracking method to track the ball in a football match
Comment only