public abstract class ConfigSurfDescribe
extends java.lang.Object
implements boofcv.struct.Configuration
DescribePointSurf,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigSurfDescribe.Speed
Configuration for SURF implementation that has been designed for speed at the cost of some
stability..
|
static class |
ConfigSurfDescribe.Stability
Configuration for SURF implementation that has been designed for stability.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
useHaar
If true the Haar wavelet will be used.
|
int |
widthLargeGrid
Number of sub-regions wide the large grid is.
|
int |
widthSample
The width of a sample point.
|
int |
widthSubRegion
Number of sample points wide a sub-region is.
|
| Constructor and Description |
|---|
ConfigSurfDescribe() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
static void |
main(java.lang.String[] args) |
public int widthLargeGrid
public int widthSubRegion
public int widthSample
public boolean useHaar