#include <features2d.hpp>
virtual cv::FeatureDetector::~FeatureDetector |
( |
| ) |
|
|
virtual |
void cv::FeatureDetector::detect |
( |
const Mat & |
image, |
|
|
vector< KeyPoint > & |
keypoints, |
|
|
const Mat & |
mask = Mat() |
|
) |
| const |
void cv::FeatureDetector::detect |
( |
const vector< Mat > & |
images, |
|
|
vector< vector< KeyPoint > > & |
keypoints, |
|
|
const vector< Mat > & |
masks = vector< Mat >() |
|
) |
| const |
virtual void cv::FeatureDetector::detectImpl |
( |
const Mat & |
image, |
|
|
vector< KeyPoint > & |
keypoints, |
|
|
const Mat & |
mask = Mat() |
|
) |
| const |
|
protectedpure virtual |
Implemented in cv::SurfAdjuster, cv::StarAdjuster, cv::FastAdjuster, cv::DynamicAdaptedFeatureDetector, cv::PyramidAdaptedFeatureDetector, cv::GridAdaptedFeatureDetector, cv::DenseFeatureDetector, cv::SurfFeatureDetector, cv::SiftFeatureDetector, cv::StarFeatureDetector, cv::MserFeatureDetector, cv::GoodFeaturesToTrackDetector, and cv::FastFeatureDetector.
static void cv::FeatureDetector::removeInvalidPoints |
( |
const Mat & |
mask, |
|
|
vector< KeyPoint > & |
keypoints |
|
) |
| |
|
staticprotected |
The documentation for this class was generated from the following file:
- /usr/obj/OpenCV-2.2.0/OpenCV-2.2.0/modules/features2d/include/opencv2/features2d/features2d.hpp