#include <features2d.hpp>
Public Member Functions | |
Params (int maxCorners=1000, double qualityLevel=0.01, double minDistance=1., int blockSize=3, bool useHarrisDetector=false, double k=0.04) | |
void | read (const FileNode &fn) |
void | write (FileStorage &fs) const |
Public Attributes | |
int | blockSize |
double | k |
int | maxCorners |
double | minDistance |
double | qualityLevel |
bool | useHarrisDetector |
cv::GoodFeaturesToTrackDetector::Params::Params | ( | int | maxCorners = 1000 , |
|
double | qualityLevel = 0.01 , |
|||
double | minDistance = 1. , |
|||
int | blockSize = 3 , |
|||
bool | useHarrisDetector = false , |
|||
double | k = 0.04 | |||
) |
void cv::GoodFeaturesToTrackDetector::Params::read | ( | const FileNode & | fn | ) |
void cv::GoodFeaturesToTrackDetector::Params::write | ( | FileStorage & | fs | ) | const |