cv::SIFT::DetectorParams Struct Reference

#include <features2d.hpp>

List of all members.

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

Constructor & Destructor Documentation

cv::SIFT::DetectorParams::DetectorParams (  ) 
cv::SIFT::DetectorParams::DetectorParams ( double  _threshold,
double  _edgeThreshold 
)

Member Function Documentation

static double cv::SIFT::DetectorParams::GET_DEFAULT_THRESHOLD (  )  [static]
static double cv::SIFT::DetectorParams::GET_DEFAULT_EDGE_THRESHOLD (  )  [static]

Member Data Documentation


The documentation for this struct was generated from the following file: