cv::GoodFeaturesToTrackDetector::Params Class Reference

#include <features2d.hpp>

List of all members.

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


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Thu Dec 23 11:40:55 2010 for opencv by  doxygen 1.6.3