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::SurfAdjuster Class Reference

#include <features2d.hpp>

Inheritance diagram for cv::SurfAdjuster:
cv::AdjusterAdapter cv::FeatureDetector

Public Member Functions

virtual bool good () const
 
 SurfAdjuster ()
 
virtual void tooFew (int min, int n_detected)
 
virtual void tooMany (int max, int n_detected)
 
- Public Member Functions inherited from cv::AdjusterAdapter
virtual ~AdjusterAdapter ()
 
- 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 void read (const FileNode &)
 
virtual void write (FileStorage &) const
 
virtual ~FeatureDetector ()
 

Protected Member Functions

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

Protected Attributes

double thresh_
 

Additional Inherited Members

- Static Public Member Functions inherited from cv::AdjusterAdapter
static Ptr< AdjusterAdaptercreate (const string &detectorType)
 
- Static Protected Member Functions inherited from cv::FeatureDetector
static void removeInvalidPoints (const Mat &mask, vector< KeyPoint > &keypoints)
 

Constructor & Destructor Documentation

cv::SurfAdjuster::SurfAdjuster ( )

Member Function Documentation

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

Implements cv::FeatureDetector.

virtual bool cv::SurfAdjuster::good ( ) const
virtual

are params maxed out or still valid?

Returns
false if the parameters can't be adjusted any more

Implements cv::AdjusterAdapter.

virtual void cv::SurfAdjuster::tooFew ( int  min,
int  n_detected 
)
virtual

too few features were detected so, adjust the detector params accordingly

Parameters
minthe minimum number of desired features
n_detectedthe number previously detected

Implements cv::AdjusterAdapter.

virtual void cv::SurfAdjuster::tooMany ( int  max,
int  n_detected 
)
virtual

too many features were detected so, adjust the detector params accordingly

Parameters
maxthe maximum number of desired features
n_detectedthe number previously detected

Implements cv::AdjusterAdapter.

Member Data Documentation

double cv::SurfAdjuster::thresh_
protected

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