cv::LDetector Class Reference

#include <features2d.hpp>

List of all members.

Public Member Functions

void getMostStable2D (const Mat &image, CV_OUT vector< KeyPoint > &keypoints, int maxCount, const PatchGenerator &patchGenerator) const
 LDetector (int _radius, int _threshold, int _nOctaves, int _nViews, double _baseFeatureSize, double _clusteringDistance)
 LDetector ()
void operator() (const vector< Mat > &pyr, CV_OUT vector< KeyPoint > &keypoints, int maxCount=0, bool scaleCoords=true) const
void operator() (const Mat &image, CV_OUT vector< KeyPoint > &keypoints, int maxCount=0, bool scaleCoords=true) const
void read (const FileNode &node)
void setVerbose (bool verbose)
void write (FileStorage &fs, const String &name=String()) const

Public Attributes

double baseFeatureSize
double clusteringDistance
int nOctaves
int nViews
int radius
int threshold
bool verbose

Constructor & Destructor Documentation

cv::LDetector::LDetector (  ) 
cv::LDetector::LDetector ( int  _radius,
int  _threshold,
int  _nOctaves,
int  _nViews,
double  _baseFeatureSize,
double  _clusteringDistance 
)

Member Function Documentation

void cv::LDetector::getMostStable2D ( const Mat image,
CV_OUT vector< KeyPoint > &  keypoints,
int  maxCount,
const PatchGenerator patchGenerator 
) const
void cv::LDetector::operator() ( const vector< Mat > &  pyr,
CV_OUT vector< KeyPoint > &  keypoints,
int  maxCount = 0,
bool  scaleCoords = true 
) const
void cv::LDetector::operator() ( const Mat image,
CV_OUT vector< KeyPoint > &  keypoints,
int  maxCount = 0,
bool  scaleCoords = true 
) const
void cv::LDetector::read ( const FileNode node  ) 
void cv::LDetector::setVerbose ( bool  verbose  ) 
void cv::LDetector::write ( FileStorage fs,
const String name = String() 
) 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