Package deepboof.forward
Class ConfigConvolve2D
java.lang.Object
deepboof.forward.ConfigSpatial
deepboof.forward.ConfigConvolve2D
- All Implemented Interfaces:
Configuration,Serializable
public class ConfigConvolve2D extends ConfigSpatial implements Configuration
Configuration for 2D convolution. See
SpatialConvolve2D for a more detailed description of variable names.- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description intFNumber of kernelsFields inherited from class deepboof.forward.ConfigSpatial
HH, periodX, periodY, WW -
Constructor Summary
Constructors Constructor Description ConfigConvolve2D() -
Method Summary
Modifier and Type Method Description voidcheckValidity()Makes sure valid configurations are setConfigConvolve2Dclone()intgetTotalKernels()Number of kernels which will be convolved across the input.Methods inherited from class deepboof.forward.ConfigSpatial
getPeriodX, getPeriodY
-
Field Details
-
F
public int FNumber of kernels
-
-
Constructor Details
-
ConfigConvolve2D
public ConfigConvolve2D()
-
-
Method Details
-
checkValidity
public void checkValidity()Makes sure valid configurations are set- Specified by:
checkValidityin interfaceConfiguration- Overrides:
checkValidityin classConfigSpatial
-
getTotalKernels
public int getTotalKernels()Number of kernels which will be convolved across the input. This specifies the number of output channels.- Returns:
- Number of kernels which are convolved across the input, a.k.a. output channels.
-
clone
-