![]() |
AliceVision
Photogrammetric Computer Vision Framework
|
#include <AKAZE.hpp>
Public Attributes | |
| int | nbOctaves = 4 |
| octave to process | |
| int | nbSlicePerOctave = 4 |
| levels per octave | |
| float | sigma0 = 1.6f |
| initial sigma offset (used to suppress low level noise) | |
| float | threshold = 0.0008f |
| hessian determinant threshold | |
| float | descFactor = 1.0f |
| magnifier used to describe an interest point | |
| std::size_t | gridSize = 4 |
| grid size for filtering | |
| std::size_t | maxTotalKeypoints = 1000 |
| maximum number of keypoints | |
Bibliography: [1] "Fast Explicit Diffusion for Accelerated Features in Nonlinear Scale Spaces." Conference : BMVC.
1.8.17