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
Modifier and TypeFieldDescriptionfinal ConfigEpipolarScore3D
Configuration for how quality of 3D information between two views is scored -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.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
-
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: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
-