Package boofcv.alg.structure
Class ConfigProjectiveReconstruction
java.lang.Object
boofcv.alg.structure.ConfigProjectiveReconstruction
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
ProjectiveReconstructionFromPairwiseGraph- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionConfigurations for running RANSACHow trifocal tensor error is computed inside of RANSACHow trifocal tensor error is computed inside of RANSACOptimization parameters for SBAConverge tolerance for SBAbooleanToggles scaling inputs for SBA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.setTo(ConfigProjectiveReconstruction config) 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
-
ransac
Configurations for running RANSAC -
ransacTrifocal
How trifocal tensor error is computed inside of RANSAC -
ransacError
How trifocal tensor error is computed inside of RANSAC -
sba
Optimization parameters for SBA -
sbaConverge
Converge tolerance for SBA -
sbaScale
public boolean sbaScaleToggles scaling inputs for SBA
-
-
Constructor Details
-
ConfigProjectiveReconstruction
public ConfigProjectiveReconstruction()
-
-
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
-