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
Modifier 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 SBAboolean
Toggles scaling inputs for SBA -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks 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, wait
Methods 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: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
-