List of all available object tracking algorithms?
Hello,
I have just implemented Python/OpenCV2/CMT on a Raspberry Pi with pretty good results for my first OpenCV project ( https://www.youtube.com/watch?v=hvzoh... )
Is there an opencv-newbie-friendly list of all available tracking algorithms ( both built in and 3rd party ) with some examples/description of each implementation?
( or is it more a case of there are a few popular available tracking options that can be combined together in an unlimited number of ways to get better results? )
I'm keen to create some test footage from the RaspberryPi camera and pass them through a number of available tracking algorithms to see which one performs best in various scenarios. I'll be mainly tracking a the back of a walking person (indoor / outdoor) and a bike rider outdoor.
Thank you for any pointers in the right direction!
Cheers, Dave