cv::GoodFeaturesToTrackDetector Class Reference
#include <features2d.hpp>
Inherits cv::FeatureDetector.
List of all members.
Classes |
class | Params |
Public Member Functions |
| GoodFeaturesToTrackDetector (const GoodFeaturesToTrackDetector::Params ¶ms=GoodFeaturesToTrackDetector::Params()) |
| GoodFeaturesToTrackDetector (int maxCorners, double qualityLevel, double minDistance, int blockSize=3, bool useHarrisDetector=false, double k=0.04) |
virtual void | read (const FileNode &fn) |
virtual void | write (FileStorage &fs) const |
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 bool | empty () const |
Static Public Member Functions |
static Ptr< FeatureDetector > | create (const string &detectorType) |
Protected Member Functions |
virtual void | detectImpl (const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const |
Static Protected Member Functions |
static void | removeInvalidPoints (const Mat &mask, vector< KeyPoint > &keypoints) |
Protected Attributes |
Params | params |
Constructor & Destructor Documentation
cv::GoodFeaturesToTrackDetector::GoodFeaturesToTrackDetector |
( |
int |
maxCorners, |
|
|
double |
qualityLevel, |
|
|
double |
minDistance, |
|
|
int |
blockSize = 3 , |
|
|
bool |
useHarrisDetector = false , |
|
|
double |
k = 0.04 | |
|
) |
| | |
Member Function Documentation
virtual void cv::GoodFeaturesToTrackDetector::read |
( |
const FileNode & |
fn |
) |
[virtual] |
virtual void cv::GoodFeaturesToTrackDetector::write |
( |
FileStorage & |
fs |
) |
const [virtual] |
virtual void cv::GoodFeaturesToTrackDetector::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: