opencv  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
cv::GoodFeaturesToTrackDetector::Params Class Reference

#include <features2d.hpp>

Public Member Functions

 Params (int maxCorners=1000, double qualityLevel=0.01, double minDistance=1., int blockSize=3, bool useHarrisDetector=false, double k=0.04)
 
void read (const FileNode &fn)
 
void write (FileStorage &fs) const
 

Public Attributes

int blockSize
 
double k
 
int maxCorners
 
double minDistance
 
double qualityLevel
 
bool useHarrisDetector
 

Constructor & Destructor Documentation

cv::GoodFeaturesToTrackDetector::Params::Params ( int  maxCorners = 1000,
double  qualityLevel = 0.01,
double  minDistance = 1.,
int  blockSize = 3,
bool  useHarrisDetector = false,
double  k = 0.04 
)

Member Function Documentation

void cv::GoodFeaturesToTrackDetector::Params::read ( const FileNode fn)
void cv::GoodFeaturesToTrackDetector::Params::write ( FileStorage fs) const

Member Data Documentation

int cv::GoodFeaturesToTrackDetector::Params::blockSize
double cv::GoodFeaturesToTrackDetector::Params::k
int cv::GoodFeaturesToTrackDetector::Params::maxCorners
double cv::GoodFeaturesToTrackDetector::Params::minDistance
double cv::GoodFeaturesToTrackDetector::Params::qualityLevel
bool cv::GoodFeaturesToTrackDetector::Params::useHarrisDetector

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