opencv
2.2.0
|
#include <features2d.hpp>
Public Member Functions | |
virtual void | read (const FileNode &fn) |
SurfFeatureDetector (double hessianThreshold=400., int octaves=3, int octaveLayers=4) | |
virtual void | write (FileStorage &fs) const |
![]() | |
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 | ~FeatureDetector () |
Protected Member Functions | |
virtual void | detectImpl (const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const |
Protected Attributes | |
SURF | surf |
Additional Inherited Members | |
![]() | |
static Ptr< FeatureDetector > | create (const string &detectorType) |
![]() | |
static void | removeInvalidPoints (const Mat &mask, vector< KeyPoint > &keypoints) |
cv::SurfFeatureDetector::SurfFeatureDetector | ( | double | hessianThreshold = 400. , |
int | octaves = 3 , |
||
int | octaveLayers = 4 |
||
) |
|
protectedvirtual |
Implements cv::FeatureDetector.
Reimplemented from cv::FeatureDetector.
|
virtual |
Reimplemented from cv::FeatureDetector.
|
protected |