Package boofcv.factory.disparity
Class ConfigDisparitySGM.ConfigBlockMatchError
java.lang.Object
boofcv.factory.disparity.ConfigDisparitySGM.ConfigBlockMatchError
- All Implemented Interfaces:
Configuration
,Serializable
- Enclosing class:
- ConfigDisparitySGM
public static class ConfigDisparitySGM.ConfigBlockMatchError
extends Object
implements Configuration
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
Block radius Xint
Block radius Y -
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
-
radiusX
public int radiusXBlock radius X -
radiusY
public int radiusYBlock radius Y -
approach
-
-
Constructor Details
-
ConfigBlockMatchError
public ConfigBlockMatchError()
-
-
Method Details
-
getBlockSize
-
setTo
-
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
-