public class ConfigDenseSample
extends java.lang.Object
implements boofcv.struct.Configuration
| Modifier and Type | Field and Description |
|---|---|
int |
periodX
Period in pixels that it will be sampled across the image.
|
int |
periodY
Period in pixels that it will be sampled across the image.
|
double |
scale
Scale factor that the descriptor is computed at
|
| Constructor and Description |
|---|
ConfigDenseSample() |
ConfigDenseSample(double scale,
int periodX,
int periodY) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public double scale
public int periodX
public int periodY