OpenCV  2.4.13
Open Source Computer Vision
cv::LDetector Class Reference

#include <legacy.hpp>

Public Member Functions

 LDetector ()
 
 LDetector (int _radius, int _threshold, int _nOctaves, int _nViews, double _baseFeatureSize, double _clusteringDistance)
 
void operator() (const Mat &image, CV_OUT vector< KeyPoint > &keypoints, int maxCount=0, bool scaleCoords=true) const
 
void operator() (const vector< Mat > &pyr, CV_OUT vector< KeyPoint > &keypoints, int maxCount=0, bool scaleCoords=true) const
 
void getMostStable2D (const Mat &image, CV_OUT 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::getMostStable2D ( const Mat image,
CV_OUT vector< KeyPoint > &  keypoints,
int  maxCount,
const PatchGenerator patchGenerator 
) const
void cv::LDetector::operator() ( const Mat image,
CV_OUT vector< KeyPoint > &  keypoints,
int  maxCount = 0,
bool  scaleCoords = true 
) const
void cv::LDetector::operator() ( const vector< Mat > &  pyr,
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

double cv::LDetector::baseFeatureSize
double cv::LDetector::clusteringDistance
int cv::LDetector::nOctaves
int cv::LDetector::nViews
int cv::LDetector::radius
int cv::LDetector::threshold
bool cv::LDetector::verbose

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