public class ConfigSiftScaleSpace
extends java.lang.Object
implements boofcv.struct.Configuration
SiftScaleSpace| Modifier and Type | Field and Description |
|---|---|
int |
firstOctave
Specified the first and last octaves.
|
int |
lastOctave
Specified the first and last octaves.
|
int |
numScales
Number of scales in each octave.
|
float |
sigma0
Amount of blur at the first level in the image pyramid.
|
| Constructor and Description |
|---|
ConfigSiftScaleSpace() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
static ConfigSiftScaleSpace |
createPaper()
Creates a configuration similar to how it was originally described in the paper
|
public float sigma0
public int numScales
public int firstOctave
public int lastOctave
public static ConfigSiftScaleSpace createPaper()
public void checkValidity()
checkValidity in interface boofcv.struct.Configuration