#include <features2d.hpp>
Public Types | |
enum | { FIRST_ANGLE = 0, AVERAGE_ANGLE = 1 } |
Public Member Functions | |
CommonParams (int _nOctaves, int _nOctaveLayers, int _firstOctave, int _angleMode) | |
CommonParams () | |
Public Attributes | |
int | angleMode |
int | firstOctave |
int | nOctaveLayers |
int | nOctaves |
Static Public Attributes | |
static const int | DEFAULT_FIRST_OCTAVE = -1 |
static const int | DEFAULT_NOCTAVE_LAYERS = 3 |
static const int | DEFAULT_NOCTAVES = 4 |
cv::SIFT::CommonParams::CommonParams | ( | ) |
cv::SIFT::CommonParams::CommonParams | ( | int | _nOctaves, | |
int | _nOctaveLayers, | |||
int | _firstOctave, | |||
int | _angleMode | |||
) |
const int cv::SIFT::CommonParams::DEFAULT_FIRST_OCTAVE = -1 [static] |
const int cv::SIFT::CommonParams::DEFAULT_NOCTAVE_LAYERS = 3 [static] |
const int cv::SIFT::CommonParams::DEFAULT_NOCTAVES = 4 [static] |