Package boofcv.factory.structure
Class ConfigGenerateStereoGraph
java.lang.Object
boofcv.factory.structure.ConfigGenerateStereoGraph
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
GenerateStereoPairGraphFromScene.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleIntended to stop small number of observations causing large swings in score.doubleMinimum fraction for common features between the two framesdoubleIf the predicted disparity is above this value the score will not improve. -
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
-
countSmootherParam
public double countSmootherParamIntended to stop small number of observations causing large swings in score. Larger means more smoothing. -
minimumCommonFeaturesFrac
public double minimumCommonFeaturesFracMinimum fraction for common features between the two frames -
targetDisparity
public double targetDisparityIf the predicted disparity is above this value the score will not improve.
-
-
Constructor Details
-
ConfigGenerateStereoGraph
public ConfigGenerateStereoGraph()
-
-
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
-