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