|
opencv
2.2.0
|
This is the complete list of members for cv::SiftFeatureDetector, including all inherited members.
| create(const string &detectorType) | cv::FeatureDetector | static |
| detect(const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const | cv::FeatureDetector | |
| detect(const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints, const vector< Mat > &masks=vector< Mat >()) const | cv::FeatureDetector | |
| detectImpl(const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const | cv::SiftFeatureDetector | protectedvirtual |
| read(const FileNode &fn) | cv::SiftFeatureDetector | virtual |
| removeInvalidPoints(const Mat &mask, vector< KeyPoint > &keypoints) | cv::FeatureDetector | protectedstatic |
| sift | cv::SiftFeatureDetector | protected |
| SiftFeatureDetector(const SIFT::DetectorParams &detectorParams=SIFT::DetectorParams(), const SIFT::CommonParams &commonParams=SIFT::CommonParams()) | cv::SiftFeatureDetector | |
| SiftFeatureDetector(double threshold, double edgeThreshold, int nOctaves=SIFT::CommonParams::DEFAULT_NOCTAVES, int nOctaveLayers=SIFT::CommonParams::DEFAULT_NOCTAVE_LAYERS, int firstOctave=SIFT::CommonParams::DEFAULT_FIRST_OCTAVE, int angleMode=SIFT::CommonParams::FIRST_ANGLE) | cv::SiftFeatureDetector | |
| write(FileStorage &fs) const | cv::SiftFeatureDetector | virtual |
| ~FeatureDetector() | cv::FeatureDetector | virtual |
1.8.2