public class ConfigSpatial extends java.lang.Object implements Configuration
| Modifier and Type | Field and Description |
|---|---|
int |
HH
Window height
|
int |
periodX
Sample period.
|
int |
periodY
Sample period.
|
int |
WW
Window width
|
| Constructor and Description |
|---|
ConfigSpatial() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity()
Checks to see if the configuration is valid.
|
int |
getPeriodX()
The period at which the kernel samples the input image along the x-axis
|
int |
getPeriodY()
The period at which the kernel samples the input image along the y-axis
|
public int periodX
public int periodY
public int WW
public int HH
public void checkValidity()
ConfigurationcheckValidity in interface Configurationpublic int getPeriodX()
public int getPeriodY()