public class ConfigSiftDetector
extends java.lang.Object
implements boofcv.struct.Configuration
SiftDetector| Modifier and Type | Field and Description |
|---|---|
double |
edgeR
Threshold used to remove edge responses.
|
ConfigExtract |
extract
Configures non-maximum feature detector across the image
|
int |
maxFeaturesPerScale
The maximum number of features it can detect in a single space
|
| Constructor and Description |
|---|
ConfigSiftDetector() |
ConfigSiftDetector(int maxFeaturesPerScale) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
static ConfigSiftDetector |
createPaper()
Creates a configuration similar to how it was originally described in the paper
|
public ConfigExtract extract
public int maxFeaturesPerScale
public double edgeR
public ConfigSiftDetector()
public ConfigSiftDetector(int maxFeaturesPerScale)
public static ConfigSiftDetector createPaper()
public void checkValidity()
checkValidity in interface boofcv.struct.Configuration