public class ConfigSpatial
extends java.lang.Object
implements boofcv.struct.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() |
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()
checkValidity in interface boofcv.struct.Configurationpublic int getPeriodX()
public int getPeriodY()