Package boofcv.factory.geo
Class ConfigBundleAdjustment
java.lang.Object
boofcv.factory.geo.ConfigBundleAdjustment
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
BundleAdjustment- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionRobust loss function.Used to specify which optimization routine to use and how to configure it. -
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
-
optimizer
Used to specify which optimization routine to use and how to configure it.- See Also:
-
loss
Robust loss function. Defaults to no loss function
-
-
Constructor Details
-
ConfigBundleAdjustment
public ConfigBundleAdjustment()
-
-
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
-