public abstract class ConfigSurfDescribe extends Object implements 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.Stablility
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() |
public int widthLargeGrid
public int widthSubRegion
public int widthSample
public boolean useHaar
public void checkValidity()
checkValidity in interface ConfigurationCopyright © 2013. All Rights Reserved.