TLD PRedator Object Tracking Algorithm (Tracking-Learning-Detection)

edited November 2013 in General Discussion

Hi, TLD is an award-winning, real-time algorithm for tracking of unknown objects in video streams. The object of interest is defined by a bounding box in a single frame. TLD simultaneously tracks the object, learns its appearance and detects it whenever it appears in the video. The result is a real-time tracking that often improves over time.

TLD has been developed by Zdenek Kalal during his PhD thesis supervised by Krystian Mikolajczyk and Jiri Matas.

He has posted the source of his TLD project on github. Click herefor source. Since he has developed his code on MatLab so we need to convert it into java platform if we want to use it for processing.

Here is link for OpenTLD forum

It would be great if we get a processing library for TLD. This is really amazing. If anyone interested or already developed it then please share with us.

Once it has been asked 2yrs ago in a old forum by gonras

Sign In or Register to comment.