Package boofcv.factory.structure
Class ConfigGeneratePairwiseImageGraph
java.lang.Object
boofcv.factory.structure.ConfigGeneratePairwiseImageGraph
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
GeneratePairwiseImageGraph.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ConfigEpipolarScore3DConfiguration for how quality of 3D information between two views is scored -
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
-
score
Configuration for how quality of 3D information between two views is scored
-
-
Constructor Details
-
ConfigGeneratePairwiseImageGraph
public ConfigGeneratePairwiseImageGraph()
-
-
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
-