2

I'm working on a object tracker based on KLT algorithm using matlab. Can anybody guide me how I can find the features and calculate the distance in the sequence of the frames? Thanks.

Dima
  • 4,881
  • 18
  • 28
Jayesh Parmar
  • 435
  • 2
  • 6
  • 12

1 Answers1

-1

Try this example of tracking a single face using KLT. Try this for tracking multiple faces.

Dima
  • 4,881
  • 18
  • 28
  • Hi Dima. I was looking for implementing the algorithm for tracking vehicles from the aerial platform. any help on this? – Jayesh Parmar May 20 '15 at 11:25