Package boofcv.abst.tracker
Class ConfigTrackerDda
java.lang.Object
boofcv.abst.tracker.ConfigTrackerDda
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
DetectDescribeAssociateTracker- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintIf there are more than this number of inactive tracks then inactive tracks will be randomly discarded until there is this many left.longRandom seedbooleanUpdate the description each time its successfully matched? -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.copy()setTo(ConfigTrackerDda src) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
updateDescription
public boolean updateDescriptionUpdate the description each time its successfully matched? -
maxInactiveTracks
public int maxInactiveTracksIf 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 seedRandom seed
-
-
Constructor Details
-
ConfigTrackerDda
public ConfigTrackerDda()
-
-
Method Details
-
checkValidity
public void checkValidity()Description copied from interface:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
setTo
-
copy
-