Package deepboof.misc
Interface Configuration
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ConfigConvolve2D,ConfigPadding,ConfigSpatial
public interface Configuration
extends java.io.Serializable
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 Type Method Description voidcheckValidity()Checks 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.
-