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
Modifier and TypeFieldDescriptiondouble
Intended to stop small number of observations causing large swings in score.double
Minimum fraction for common features between the two framesdouble
If the predicted disparity is above this value the score will not improve. -
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
-
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: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
-