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

#include <SIFT.hpp>

Inheritance diagram for aliceVision::feature::SiftParams:
aliceVision::feature::DspSiftParams

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]
 

Detailed Description

Bibliography: [1] R. Arandjelović, A. Zisserman. Three things everyone should know to improve object retrieval. CVPR2012.


The documentation for this struct was generated from the following files: