cv::FastFeatureDetector Class Reference
#include <features2d.hpp>
Inherits cv::FeatureDetector.
List of all members.
Constructor & Destructor Documentation
cv::FastFeatureDetector::FastFeatureDetector |
( |
int |
threshold = 10 , |
|
|
bool |
nonmaxSuppression = true | |
|
) |
| | |
Member Function Documentation
virtual void cv::FastFeatureDetector::read |
( |
const FileNode & |
fn |
) |
[virtual] |
virtual void cv::FastFeatureDetector::write |
( |
FileStorage & |
fs |
) |
const [virtual] |
virtual void cv::FastFeatureDetector::detectImpl |
( |
const Mat & |
image, |
|
|
vector< KeyPoint > & |
keypoints, |
|
|
const Mat & |
mask = Mat() | |
|
) |
| | const [protected, virtual] |
void cv::FeatureDetector::detect |
( |
const Mat & |
image, |
|
|
vector< KeyPoint > & |
keypoints, |
|
|
const Mat & |
mask = Mat() | |
|
) |
| | const [inherited] |
void cv::FeatureDetector::detect |
( |
const vector< Mat > & |
images, |
|
|
vector< vector< KeyPoint > > & |
keypoints, |
|
|
const vector< Mat > & |
masks = vector< Mat >() | |
|
) |
| | const [inherited] |
virtual bool cv::FeatureDetector::empty |
( |
|
) |
const [virtual, inherited] |
static Ptr<FeatureDetector> cv::FeatureDetector::create |
( |
const string & |
detectorType |
) |
[static, inherited] |
static void cv::FeatureDetector::removeInvalidPoints |
( |
const Mat & |
mask, |
|
|
vector< KeyPoint > & |
keypoints | |
|
) |
| | [static, protected, inherited] |
Member Data Documentation
The documentation for this class was generated from the following file: