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
FieldsModifier and TypeFieldDescriptionSpecifies the type of interpolation.Configuration parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks 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, waitMethods 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:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
setTo
-