#include <features2d.hpp>
Public Member Functions | |
DetectorParams (double _threshold, double _edgeThreshold) | |
DetectorParams () | |
Static Public Member Functions | |
static double | GET_DEFAULT_EDGE_THRESHOLD () |
static double | GET_DEFAULT_THRESHOLD () |
Public Attributes | |
double | edgeThreshold |
double | threshold |
cv::SIFT::DetectorParams::DetectorParams | ( | ) |
cv::SIFT::DetectorParams::DetectorParams | ( | double | _threshold, | |
double | _edgeThreshold | |||
) |
static double cv::SIFT::DetectorParams::GET_DEFAULT_EDGE_THRESHOLD | ( | ) | [inline, static] |
static double cv::SIFT::DetectorParams::GET_DEFAULT_THRESHOLD | ( | ) | [inline, static] |