#include <features2d.hpp>
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 |
cv::FastFeatureDetector::FastFeatureDetector | ( | int | threshold = 10 , |
|
bool | nonmaxSuppression = true | |||
) |
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.
bool cv::FastFeatureDetector::nonmaxSuppression [protected] |
int cv::FastFeatureDetector::threshold [protected] |