TrackerMIL

Objective-C

@interface TrackerMIL : Tracker

Swift

class TrackerMIL : Tracker

The MIL algorithm trains a classifier in an online manner to separate the object from the background.

Multiple Instance Learning avoids the drift problem for a robust tracking. The implementation is based on CITE: MIL .

Original code can be found here http://vision.ucsd.edu/~bbabenko/project_miltrack.shtml

Member of Tracking

Methods

  • Constructor

    Declaration

    Objective-C

    + (nonnull TrackerMIL *)create;

    Swift

    class func create() -> TrackerMIL