I am currently trying to use Kanade-Lucas-Tomasi tracker in MATLAB as used in this example: Face Detection and Tracking Using the KLT Algorithm
Questions: 1). After reading some literature, I understood that the output of the KLT tracker should be motion vectors. However, I am only seeing feature points as output.
2). I also wish to plot the trajectories as the object moves. Can someone explain how this can be done please?