Class TrackerMIL


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

      • TrackerMIL

        protected TrackerMIL​(long addr)
    • Method Detail

      • __fromPtr__

        public static TrackerMIL __fromPtr__​(long addr)
      • create

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

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