Object Tracking

What all it does?
  • Tracks any selected object(humans, animals, cars, bottles were tested)
  • Accounts for dynamic scaling too, How? (used Affine transformation for various scale and then correlated to see which is better)
  • Accuracy? Mostly good if background is plain like in below aeroplane landing test case.  


Below are 3 test cases out of many i tested on( other videos tested were only for research use, got under special permission for my Masters Project, Sorry about that!). Hope the below video helps! :)
  
Test video1 : Aeroplane Landing

Test video2: Random bottle

Test video3: Zebra walking


The code is pretty big i'd say! Still, if you'd want to swing by, here it is :)