OpenTLD
OpenTLD is an open source library for real-time 2D tracking
OpenTLD is an open source implementation of the TLD (Tracking-Learning-Detection) framework, designed for real-time 2D tracking of a single object in video sequences. Because it fuses tracking and detection, TLD can recover from occlusions, drift, or failures by using its detection mechanism to reacquire the object. In terms of usage, one typically initializes the tracker by providing a bounding box on the first frame, then calls a function like run_TLD to process a video and obtain bounding...