opencv  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
cv::SurfFeatureDetector Class Reference

#include <features2d.hpp>

Inheritance diagram for cv::SurfFeatureDetector:
cv::FeatureDetector

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
 
- Public Member Functions inherited from cv::FeatureDetector
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 Public Member Functions inherited from cv::FeatureDetector
static Ptr< FeatureDetectorcreate (const string &detectorType)
 
- Static Protected Member Functions inherited from cv::FeatureDetector
static void removeInvalidPoints (const Mat &mask, vector< KeyPoint > &keypoints)
 

Constructor & Destructor Documentation

cv::SurfFeatureDetector::SurfFeatureDetector ( double  hessianThreshold = 400.,
int  octaves = 3,
int  octaveLayers = 4 
)

Member Function Documentation

virtual void cv::SurfFeatureDetector::detectImpl ( const Mat image,
vector< KeyPoint > &  keypoints,
const Mat mask = Mat() 
) const
protectedvirtual

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.

Member Data Documentation

SURF cv::SurfFeatureDetector::surf
protected

The documentation for this class was generated from the following file: