#include <features2d.hpp>
Public Member Functions | |
void | detect (const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints, const vector< Mat > &masks=vector< Mat >()) const |
void | detect (const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const |
virtual void | read (const FileNode &) |
virtual void | write (FileStorage &) const |
virtual | ~FeatureDetector () |
Static Public Member Functions | |
static Ptr< FeatureDetector > | create (const string &detectorType) |
Protected Member Functions | |
virtual void | detectImpl (const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const =0 |
Static Protected Member Functions | |
static void | removeInvalidPoints (const Mat &mask, vector< KeyPoint > &keypoints) |
virtual cv::FeatureDetector::~FeatureDetector | ( | ) | [virtual] |
static Ptr<FeatureDetector> cv::FeatureDetector::create | ( | const string & | detectorType | ) | [static] |
Reimplemented in cv::AdjusterAdapter.
void cv::FeatureDetector::detect | ( | const vector< Mat > & | images, | |
vector< vector< KeyPoint > > & | keypoints, | |||
const vector< Mat > & | masks = vector< Mat >() | |||
) | const |
void cv::FeatureDetector::detect | ( | const Mat & | image, | |
vector< KeyPoint > & | keypoints, | |||
const Mat & | mask = Mat() | |||
) | const |
virtual void cv::FeatureDetector::detectImpl | ( | const Mat & | image, | |
vector< KeyPoint > & | keypoints, | |||
const Mat & | mask = Mat() | |||
) | const [protected, pure virtual] |
Implemented in cv::FastFeatureDetector, cv::GoodFeaturesToTrackDetector, cv::MserFeatureDetector, cv::StarFeatureDetector, cv::SiftFeatureDetector, cv::SurfFeatureDetector, cv::DenseFeatureDetector, cv::GridAdaptedFeatureDetector, cv::PyramidAdaptedFeatureDetector, cv::DynamicAdaptedFeatureDetector, cv::FastAdjuster, cv::StarAdjuster, and cv::SurfAdjuster.
virtual void cv::FeatureDetector::read | ( | const FileNode & | ) | [virtual] |
static void cv::FeatureDetector::removeInvalidPoints | ( | const Mat & | mask, | |
vector< KeyPoint > & | keypoints | |||
) | [static, protected] |
virtual void cv::FeatureDetector::write | ( | FileStorage & | ) | const [virtual] |