|
|
void | setPreset (ConfigurationPreset preset) override |
| |
|
int | getImageFirstOctave (int w, int h) const |
| |
|
|
bool | domainSizePooling = true |
| |
|
bool | estimateAffineShape = false |
| |
|
double | dspMinScale = 1.0 / 6.0 |
| |
|
double | dspMaxScale = 3.0 |
| |
|
int | dspNumScales = 10 |
| |
|
int | _firstOctave = 0 |
| | Use original image, or perform an upscale if == -1.
|
| |
|
int | _numScales = 3 |
| | Scales per octave.
|
| |
|
float | _edgeThreshold = 10.0f |
| | Max ratio of Hessian eigenvalues.
|
| |
|
float | _peakThreshold = 0.005f |
| | Min contrast.
|
| |
|
float | _relativePeakThreshold = 0.01f |
| | Min contrast (relative to variance median)
|
| |
|
EFeatureConstrastFiltering | _contrastFiltering = EFeatureConstrastFiltering::GridSort |
| |
|
std::size_t | _gridSize = 4 |
| |
|
std::size_t | _maxTotalKeypoints = 10000 |
| |
|
bool | _rootSift = true |
| | see [1]
|
| |
The documentation for this struct was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/latest/src/aliceVision/feature/sift/ImageDescriber_DSPSIFT_vlfeat.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/latest/src/aliceVision/feature/sift/ImageDescriber_DSPSIFT_vlfeat.cpp