Serialized Form
-
Package deepboof.forward
-
Class deepboof.forward.ConfigConvolve2D extends ConfigSpatial implements Serializable
-
Serialized Fields
-
F
int F
Number of kernels
-
-
-
Class deepboof.forward.ConfigPadding extends Object implements Serializable
-
Serialized Fields
-
type
PaddingType type
Type of padding added to input images -
x0
int x0
Padding added to lower extent along x and y axis. Zero is default -
x1
int x1
Padding added to upper extent along x and y axis. Zero is default -
y0
int y0
Padding added to lower extent along x and y axis. Zero is default -
y1
int y1
Padding added to upper extent along x and y axis. Zero is default
-
-
-
Class deepboof.forward.ConfigSpatial extends Object implements Serializable
-
Serialized Fields
-
HH
int HH
Window height -
periodX
int periodX
Sample period. One is default. -
periodY
int periodY
Sample period. One is default. -
WW
int WW
Window width
-
-
-
-
Package deepboof.misc