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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleFor MaxGeoKeyFrameManager only.intFor TickTockKeyFrameManager only.Specifies the specific algorithm. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.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
-
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:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
setTo
-