Class legacy_TrackerMOSSE


  • public class legacy_TrackerMOSSE
    extends legacy_Tracker
    the MOSSE (Minimum Output Sum of Squared %Error) tracker The implementation is based on CITE: MOSSE Visual Object Tracking using Adaptive Correlation Filters Note: this tracker works with grayscale images, if passed bgr ones, they will get converted internally.
    • Constructor Detail

      • legacy_TrackerMOSSE

        protected legacy_TrackerMOSSE​(long addr)
    • Method Detail

      • create

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

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