#include <legacy.hpp>
|
| 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 |
|
§ LDetector() [1/2]
cv::LDetector::LDetector |
( |
| ) |
|
§ LDetector() [2/2]
cv::LDetector::LDetector |
( |
int |
_radius, |
|
|
int |
_threshold, |
|
|
int |
_nOctaves, |
|
|
int |
_nViews, |
|
|
double |
_baseFeatureSize, |
|
|
double |
_clusteringDistance |
|
) |
| |
§ getMostStable2D()
§ 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()
§ setVerbose()
void cv::LDetector::setVerbose |
( |
bool |
verbose | ) |
|
§ write()
§ 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: