Class ConfigTrackerDda

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

public class ConfigTrackerDda extends Object implements Configuration
See Also:
  • Field Details

    • updateDescription

      public boolean updateDescription
      Update the description each time its successfully matched?
    • maxInactiveTracks

      public int maxInactiveTracks
      If there are more than this number of inactive tracks then inactive tracks will be randomly discarded until there is this many left.
    • seed

      public long seed
      Random seed
  • Constructor Details

    • ConfigTrackerDda

      public ConfigTrackerDda()
  • Method Details