Package deepboof.forward
Class ConfigConvolve2D
java.lang.Object
deepboof.forward.ConfigSpatial
deepboof.forward.ConfigConvolve2D
- All Implemented Interfaces:
Configuration,Serializable
Configuration for 2D convolution. See
SpatialConvolve2D for a more detailed description of variable names.- See Also:
-
Field Summary
FieldsFields inherited from class deepboof.forward.ConfigSpatial
HH, periodX, periodY, WW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMakes sure valid configurations are setclone()intNumber 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
-