OpenCV  2.4.13.3
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

§ LDetector() [1/2]

cv::LDetector::LDetector ( )

§ LDetector() [2/2]

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

Member Function Documentation

§ getMostStable2D()

void cv::LDetector::getMostStable2D ( const Mat image,
CV_OUT vector< KeyPoint > &  keypoints,
int  maxCount,
const PatchGenerator patchGenerator 
) const

§ operator()() [1/2]

void cv::LDetector::operator() ( const Mat image,
CV_OUT vector< KeyPoint > &  keypoints,
int  maxCount = 0,
bool  scaleCoords = true 
) const

§ operator()() [2/2]

void cv::LDetector::operator() ( const vector< Mat > &  pyr,
CV_OUT vector< KeyPoint > &  keypoints,
int  maxCount = 0,
bool  scaleCoords = true 
) const

§ read()

void cv::LDetector::read ( const FileNode node)

§ setVerbose()

void cv::LDetector::setVerbose ( bool  verbose)

§ write()

void cv::LDetector::write ( FileStorage fs,
const String name = String() 
) const

Member Data Documentation

§ baseFeatureSize

double cv::LDetector::baseFeatureSize

§ clusteringDistance

double cv::LDetector::clusteringDistance

§ nOctaves

int cv::LDetector::nOctaves

§ nViews

int cv::LDetector::nViews

§ radius

int cv::LDetector::radius

§ threshold

int cv::LDetector::threshold

§ verbose

bool cv::LDetector::verbose

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