AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | Public Attributes | List of all members
aliceVision::feature::DspSiftParams Struct Reference
Inheritance diagram for aliceVision::feature::DspSiftParams:
aliceVision::feature::SiftParams

Public Member Functions

void setPreset (ConfigurationPreset preset) override
 
- Public Member Functions inherited from aliceVision::feature::SiftParams
int getImageFirstOctave (int w, int h) const
 

Public Attributes

bool domainSizePooling = true
 
bool estimateAffineShape = false
 
double dspMinScale = 1.0 / 6.0
 
double dspMaxScale = 3.0
 
int dspNumScales = 10
 
- Public Attributes inherited from aliceVision::feature::SiftParams
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: