TrackerBoosting

Objective-C

@interface TrackerBoosting : Tracker

Swift

class TrackerBoosting : Tracker

the Boosting tracker

This is a real-time object tracking based on a novel on-line version of the AdaBoost algorithm. The classifier uses the surrounding background as negative examples in update step to avoid the drifting problem. The implementation is based on CITE: OLB .

Member of Tracking

Methods

  • Constructor

    Declaration

    Objective-C

    + (nonnull TrackerBoosting *)create;

    Swift

    class func create() -> TrackerBoosting