![]() |
AliceVision
Photogrammetric Computer Vision Framework
|
#include <SIFT.hpp>
Public Member Functions | |
| virtual void | setPreset (ConfigurationPreset preset) |
| int | getImageFirstOctave (int w, int h) const |
Public Attributes | |
| 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] | |
Bibliography: [1] R. Arandjelović, A. Zisserman. Three things everyone should know to improve object retrieval. CVPR2012.
1.8.17