public class ConfigSiftDetector extends Object implements Configuration
SiftDetector,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
float |
detectThreshold
Minimum corner intensity required.
|
double |
edgeThreshold
Threshold for edge filtering.
|
int |
extractRadius
Size of the feature used to detect the corners.
|
int |
maxFeaturesPerScale
Max detected features per scale.
|
| Constructor and Description |
|---|
ConfigSiftDetector() |
ConfigSiftDetector(int extractRadius,
float detectThreshold,
int maxFeaturesPerScale,
double edgeThreshold) |
public int extractRadius
public float detectThreshold
public int maxFeaturesPerScale
public double edgeThreshold
public ConfigSiftDetector(int extractRadius,
float detectThreshold,
int maxFeaturesPerScale,
double edgeThreshold)
public ConfigSiftDetector()
public void checkValidity()
checkValidity in interface ConfigurationCopyright © 2013. All Rights Reserved.