Package boofcv.abst.tracker
Class ConfigTrackerTld
java.lang.Object
boofcv.abst.tracker.ConfigTrackerTld
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for
TldTracker
as wrapped inside of Tld_to_TrackerObjectQuad
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionSpecifies the type of interpolation.Configuration parameters -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.setTo
(ConfigTrackerTld 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
-
parameters
Configuration parameters -
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
-
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
-