public class ConfigSiftDetector
extends java.lang.Object
implements boofcv.struct.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) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int extractRadius
public float detectThreshold
public int maxFeaturesPerScale
public double edgeThreshold