Package deepboof.misc
Interface Configuration
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ConfigConvolve2D,ConfigPadding,ConfigSpatial
Complex algorithms with several parameters can specify their parameters using a separate class. This interface
is intended to provide a common interface for all such configuration classes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.
-
Method Details
-
checkValidity
void checkValidity()Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.
-