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
Nested ClassesModifier and TypeClassDescriptionstatic enumList of avaliable approaches -
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies which approach to usefinal ConfigDisparityBMConfiguration for Block Matching approachfinal ConfigDisparityBMBest5Configuration for Block Matching Best-5 approachfinal ConfigDisparitySGMConfiguration for Semi Global Matching (SGM) appraoch -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.booleansetTo(ConfigDisparity src) 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
-
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:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
setTo
-
isSubpixel
public boolean isSubpixel()
-