|
Step Seven - Prepare to loop again
We have now come up with a final position for the ball in this frame. Now
we must compute the distance travelled from the previous frame (to use in
step4 and we need to save the Lucas Kanade offsets
so that we can begin tracking with that offset in mind.
And so, we keep going over the sequence frame by frame, tracking the ball
along the way.
|