cv::FastFeatureDetector Class Reference

#include <features2d.hpp>

Inheritance diagram for cv::FastFeatureDetector:
cv::FeatureDetector

List of all members.

Public Member Functions

 FastFeatureDetector (int threshold=10, bool nonmaxSuppression=true)
virtual void read (const FileNode &fn)
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

bool nonmaxSuppression
int threshold

Constructor & Destructor Documentation

cv::FastFeatureDetector::FastFeatureDetector ( int  threshold = 10,
bool  nonmaxSuppression = true 
)

Member Function Documentation

virtual void cv::FastFeatureDetector::detectImpl ( const Mat image,
vector< KeyPoint > &  keypoints,
const Mat mask = Mat() 
) const [protected, virtual]

Implements cv::FeatureDetector.

virtual void cv::FastFeatureDetector::read ( const FileNode fn  )  [virtual]

Reimplemented from cv::FeatureDetector.

virtual void cv::FastFeatureDetector::write ( FileStorage fs  )  const [virtual]

Reimplemented from cv::FeatureDetector.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Thu Dec 23 11:40:55 2010 for opencv by  doxygen 1.6.3