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