#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 |
Protected Member Functions | |
virtual void | detectImpl (const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const |
Protected Attributes | |
SURF | surf |
cv::SurfFeatureDetector::SurfFeatureDetector | ( | double | hessianThreshold = 400. , |
|
int | octaves = 3 , |
|||
int | octaveLayers = 4 | |||
) |
virtual void cv::SurfFeatureDetector::detectImpl | ( | const Mat & | image, | |
vector< KeyPoint > & | keypoints, | |||
const Mat & | mask = Mat() | |||
) | const [protected, virtual] |
Implements cv::FeatureDetector.
virtual void cv::SurfFeatureDetector::read | ( | const FileNode & | fn | ) | [virtual] |
Reimplemented from cv::FeatureDetector.
virtual void cv::SurfFeatureDetector::write | ( | FileStorage & | fs | ) | const [virtual] |
Reimplemented from cv::FeatureDetector.
SURF cv::SurfFeatureDetector::surf [protected] |