cv::LDetector Class Reference

#include <cvaux.hpp>

List of all members.

Public Member Functions

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

Public Attributes

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

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