Package boofcv.factory.disparity
Class ConfigDisparity
java.lang.Object
boofcv.factory.disparity.ConfigDisparity
- All Implemented Interfaces:
Configuration
,Serializable
Generic configuration for any dense stereo disparity algorithm.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
List of avaliable approaches -
Field Summary
Modifier and TypeFieldDescriptionSpecifies which approach to usefinal ConfigDisparityBM
Configuration for Block Matching approachfinal ConfigDisparityBMBest5
Configuration for Block Matching Best-5 approachfinal ConfigDisparitySGM
Configuration for Semi Global Matching (SGM) appraoch -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.boolean
setTo
(ConfigDisparity src) 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
-
approach
Specifies which approach to use -
approachBM
Configuration for Block Matching approach -
approachBM5
Configuration for Block Matching Best-5 approach -
approachSGM
Configuration for Semi Global Matching (SGM) appraoch
-
-
Constructor Details
-
ConfigDisparity
public ConfigDisparity()
-
-
Method Details
-
getBlockSize
-
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
-
isSubpixel
public boolean isSubpixel()
-