#include <features2d.hpp>
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 |
cv::LDetector::LDetector | ( | ) |
cv::LDetector::LDetector | ( | int | _radius, | |
int | _threshold, | |||
int | _nOctaves, | |||
int | _nViews, | |||
double | _baseFeatureSize, | |||
double | _clusteringDistance | |||
) |
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 |