Class TrackerBoosting


  • public class TrackerBoosting
    extends 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 .
    • Constructor Detail

      • TrackerBoosting

        protected TrackerBoosting​(long addr)
    • Method Detail

      • create

        public static TrackerBoosting create()
        Constructor
        Returns:
        automatically generated
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class Tracker
        Throws:
        java.lang.Throwable