#include <features2d.hpp>
|
virtual void | read (const FileNode &fn) |
|
| SiftFeatureDetector (const SIFT::DetectorParams &detectorParams=SIFT::DetectorParams(), const SIFT::CommonParams &commonParams=SIFT::CommonParams()) |
|
| 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) |
|
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 | ~FeatureDetector () |
|
virtual void cv::SiftFeatureDetector::detectImpl |
( |
const Mat & |
image, |
|
|
vector< KeyPoint > & |
keypoints, |
|
|
const Mat & |
mask = Mat() |
|
) |
| const |
|
protectedvirtual |
virtual void cv::SiftFeatureDetector::read |
( |
const FileNode & |
fn | ) |
|
|
virtual |
SIFT cv::SiftFeatureDetector::sift |
|
protected |
The documentation for this class was generated from the following file:
- /usr/obj/OpenCV-2.2.0/OpenCV-2.2.0/modules/features2d/include/opencv2/features2d/features2d.hpp