#include <features2d.hpp>
Public Member Functions | |
DescriptorParams (double _magnification, bool _isNormalize, bool _recalculateAngles) | |
DescriptorParams () | |
Static Public Member Functions | |
static double | GET_DEFAULT_MAGNIFICATION () |
Public Attributes | |
bool | isNormalize |
double | magnification |
bool | recalculateAngles |
Static Public Attributes | |
static const bool | DEFAULT_IS_NORMALIZE = true |
static const int | DESCRIPTOR_SIZE = 128 |
cv::SIFT::DescriptorParams::DescriptorParams | ( | ) |
cv::SIFT::DescriptorParams::DescriptorParams | ( | double | _magnification, | |
bool | _isNormalize, | |||
bool | _recalculateAngles | |||
) |
static double cv::SIFT::DescriptorParams::GET_DEFAULT_MAGNIFICATION | ( | ) | [inline, static] |
const bool cv::SIFT::DescriptorParams::DEFAULT_IS_NORMALIZE = true [static] |
const int cv::SIFT::DescriptorParams::DESCRIPTOR_SIZE = 128 [static] |