opencv 2.2.0
Public Member Functions | Static Public Member Functions | Public Attributes
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_EDGE_THRESHOLD ()
static double GET_DEFAULT_THRESHOLD ()

Public Attributes

double edgeThreshold
double threshold

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_EDGE_THRESHOLD ( ) [inline, static]
static double cv::SIFT::DetectorParams::GET_DEFAULT_THRESHOLD ( ) [inline, static]

Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines