Class ConfigTrackerTld

java.lang.Object
boofcv.abst.tracker.ConfigTrackerTld
All Implemented Interfaces:
Configuration, Serializable

public class ConfigTrackerTld extends Object implements Configuration
Configuration for TldTracker as wrapped inside of Tld_to_TrackerObjectQuad.
See Also:
  • Field Details

    • parameters

      public ConfigTld parameters
      Configuration parameters
    • interpolate

      public InterpolationType interpolate
      Specifies the type of interpolation. More stable with bilinear, but nearest-neighbor can be used to maximize speed.
  • Constructor Details

    • ConfigTrackerTld

      public ConfigTrackerTld(boolean stable)
    • ConfigTrackerTld

      public ConfigTrackerTld()
  • Method Details