#include <features2d.hpp>
Classes | |
class | Params |
Public Member Functions | |
GoodFeaturesToTrackDetector (int maxCorners, double qualityLevel, double minDistance, int blockSize=3, bool useHarrisDetector=false, double k=0.04) | |
GoodFeaturesToTrackDetector (const GoodFeaturesToTrackDetector::Params ¶ms=GoodFeaturesToTrackDetector::Params()) | |
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 | |
Params | params |
cv::GoodFeaturesToTrackDetector::GoodFeaturesToTrackDetector | ( | const GoodFeaturesToTrackDetector::Params & | params = GoodFeaturesToTrackDetector::Params() |
) |
cv::GoodFeaturesToTrackDetector::GoodFeaturesToTrackDetector | ( | int | maxCorners, | |
double | qualityLevel, | |||
double | minDistance, | |||
int | blockSize = 3 , |
|||
bool | useHarrisDetector = false , |
|||
double | k = 0.04 | |||
) |
virtual void cv::GoodFeaturesToTrackDetector::detectImpl | ( | const Mat & | image, | |
vector< KeyPoint > & | keypoints, | |||
const Mat & | mask = Mat() | |||
) | const [protected, virtual] |
Implements cv::FeatureDetector.
virtual void cv::GoodFeaturesToTrackDetector::read | ( | const FileNode & | fn | ) | [virtual] |
Reimplemented from cv::FeatureDetector.
virtual void cv::GoodFeaturesToTrackDetector::write | ( | FileStorage & | fs | ) | const [virtual] |
Reimplemented from cv::FeatureDetector.
Params cv::GoodFeaturesToTrackDetector::params [protected] |