Package boofcv.factory.structure
Class ConfigSparseToDenseCloud
java.lang.Object
boofcv.factory.structure.ConfigSparseToDenseCloud
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for
SparseSceneToDenseCloud
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal ConfigDisparity
Specifies which stereo disparity and how to configureSpecifies how to create the stereo graphfinal ConfigMultiviewStereo
Specifies how multiple stereo views are combined into a single stereo viewfinal ConfigSpeckleFilter
Specifies which disparity smoothing approach to use -
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
-
disparity
Specifies which stereo disparity and how to configure -
smoother
Specifies which disparity smoothing approach to use -
graph
Specifies how to create the stereo graph -
mvs
Specifies how multiple stereo views are combined into a single stereo view
-
-
Constructor Details
-
ConfigSparseToDenseCloud
public ConfigSparseToDenseCloud()
-
-
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
-