Package boofcv.factory.tracker
Class ConfigPointTracker
java.lang.Object
boofcv.factory.tracker.ConfigPointTracker
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for creating implementations of
PointTracker
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionAssociation for detect and describe approachSpecial configuration for DDA trackerConfiguration for detectors and descriptorsSpecial configuration for hybrid trackerConfiguration for KLT.Specifies the tracking strategy used -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.setTo
(ConfigPointTracker 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
-
typeTracker
Specifies the tracking strategy used -
klt
Configuration for KLT. Detector is specified using detectorPoint. -
dda
Special configuration for DDA tracker -
hybrid
Special configuration for hybrid tracker -
detDesc
Configuration for detectors and descriptors -
associate
Association for detect and describe approach
-
-
Constructor Details
-
ConfigPointTracker
public ConfigPointTracker()
-
-
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
-