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
Modifier and TypeFieldDescriptionint
If there are more than this number of inactive tracks then inactive tracks will be randomly discarded until there is this many left.long
Random seedboolean
Update the description each time its successfully matched? -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks 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, wait
Methods 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:Configuration
Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidity
in interfaceConfiguration
-
setTo
-
copy
-