Package boofcv.factory.sfm
Class ConfigMultiviewStereo
java.lang.Object
boofcv.factory.sfm.ConfigMultiviewStereo
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for
MultiViewStereoFromKnownSceneStructure
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble
int
double
double
-
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
-
minimumQuality3D
public double minimumQuality3D -
maximumCenterOverlap
public double maximumCenterOverlap -
maxCombinePairs
public int maxCombinePairs -
disparityErrorThresholdScale
public double disparityErrorThresholdScale
-
-
Constructor Details
-
ConfigMultiviewStereo
public ConfigMultiviewStereo()
-
-
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
-