public class ConfigCompleteSift
extends java.lang.Object
implements boofcv.struct.Configuration
CompleteSift.| Modifier and Type | Field and Description |
|---|---|
ConfigSiftDescribe |
describe |
ConfigSiftDetector |
detector |
ConfigSiftOrientation |
orientation |
ConfigSiftScaleSpace |
scaleSpace |
| Constructor and Description |
|---|
ConfigCompleteSift()
Constructor with default parameters for all
|
ConfigCompleteSift(int firstOctave,
int lastOctave,
int maxFeaturesPerScale)
Constructor which provides access to a few of the more critical parameters which allow you to control
the number of size of detected features.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
static ConfigCompleteSift |
createPaper()
Creates a configuration similar to how it was originally described in the paper
|
public ConfigSiftScaleSpace scaleSpace
public ConfigSiftDetector detector
public ConfigSiftOrientation orientation
public ConfigSiftDescribe describe
public ConfigCompleteSift()
public ConfigCompleteSift(int firstOctave,
int lastOctave,
int maxFeaturesPerScale)
firstOctave - The first octaveo. Try -1lastOctave - The last octave. Try 5maxFeaturesPerScale - Maximum number of features it will detect per scale. ≤ 0 will mean all featurespublic static ConfigCompleteSift createPaper()
public void checkValidity()
checkValidity in interface boofcv.struct.Configuration