Package boofcv.factory.sfm
Class ConfigKeyFrameManager
java.lang.Object
boofcv.factory.sfm.ConfigKeyFrameManager
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for implementations of
VisOdomKeyFrameManager
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptiondouble
For MaxGeoKeyFrameManager only.int
For TickTockKeyFrameManager only.Specifies the specific algorithm. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.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
-
type
Specifies the specific algorithm. -
geoMinCoverage
public double geoMinCoverageFor MaxGeoKeyFrameManager only. When coverage drops below this number a new keyframe is created. 0.0 to 1.0 -
tickPeriod
public int tickPeriodFor TickTockKeyFrameManager only. Period at which new keyframes are created.
-
-
Constructor Details
-
ConfigKeyFrameManager
public ConfigKeyFrameManager()
-
-
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
-