public class ConfigPadding extends java.lang.Object implements Configuration
| Modifier and Type | Field and Description |
|---|---|
PaddingType |
type
Type of padding added to input images
|
int |
x0
Padding added to lower extent along x and y axis.
|
int |
x1
Padding added to upper extent along x and y axis.
|
int |
y0
Padding added to lower extent along x and y axis.
|
int |
y1
Padding added to upper extent along x and y axis.
|
| Constructor and Description |
|---|
ConfigPadding() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity()
Checks to see if the configuration is valid.
|
ConfigPadding |
clone() |
int |
getX0()
Padding applied to input data along the lower extent of X axis
|
int |
getX1()
Padding applied to input data along the upper extent of X axis
|
int |
getY0()
Padding applies to input data along the lower extent of Y axis
|
int |
getY1()
Padding applies to input data along the upper extent of Y axis
|
public int x0
public int y0
public int x1
public int y1
public PaddingType type
public void checkValidity()
ConfigurationcheckValidity in interface Configurationpublic int getX0()
public int getY0()
public int getX1()
public int getY1()
public ConfigPadding clone()
clone in class java.lang.Object