Predator algorithm code published

    Although Zdenek Katal himself was opposed, the source codes of his algorithm for tracking objects in the video stream Tracking-Learning-Detection (aka Predator) still got into the public domain. Apparently, they were posted on the author’s website for some time and someone managed to make a copy. And since the code was published under the GPL 2.0 license, there were no barriers to its further distribution.

    TLD project on github: 1 , 2 , 3 , 4 , 5

    The main part is made on Matlab and it can be relatively easily translated into C in a couple of days.

    The tracking itself is carried out using the Lucas-Canada method and using OpenCV.

    Also popular now: