opencv
2.2.0
|
#include <features2d.hpp>
Public Member Functions | |
PyramidAdaptedFeatureDetector (const Ptr< FeatureDetector > &detector, int levels=2) | |
![]() | |
void | detect (const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const |
void | detect (const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints, const vector< Mat > &masks=vector< Mat >()) const |
virtual void | read (const FileNode &) |
virtual void | write (FileStorage &) const |
virtual | ~FeatureDetector () |
Protected Member Functions | |
virtual void | detectImpl (const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const |
Protected Attributes | |
Ptr< FeatureDetector > | detector |
int | levels |
Additional Inherited Members | |
![]() | |
static Ptr< FeatureDetector > | create (const string &detectorType) |
![]() | |
static void | removeInvalidPoints (const Mat &mask, vector< KeyPoint > &keypoints) |
cv::PyramidAdaptedFeatureDetector::PyramidAdaptedFeatureDetector | ( | const Ptr< FeatureDetector > & | detector, |
int | levels = 2 |
||
) |
|
protectedvirtual |
Implements cv::FeatureDetector.
|
protected |
|
protected |