cv::SIFT Member List
This is the complete list of members for
cv::SIFT, including all inherited members.
commParams | cv::SIFT | [protected] |
descriptorParams | cv::SIFT | [protected] |
descriptorSize() const | cv::SIFT | [inline] |
detectorParams | cv::SIFT | [protected] |
getCommonParams() const | cv::SIFT | [inline] |
getDescriptorParams() const | cv::SIFT | [inline] |
getDetectorParams() const | cv::SIFT | [inline] |
operator()(const Mat &img, const Mat &mask, vector< KeyPoint > &keypoints) const | cv::SIFT | |
operator()(const Mat &img, const Mat &mask, vector< KeyPoint > &keypoints, Mat &descriptors, bool useProvidedKeypoints=false) const | cv::SIFT | |
SIFT() | cv::SIFT | |
SIFT(double _threshold, double _edgeThreshold, int _nOctaves=CommonParams::DEFAULT_NOCTAVES, int _nOctaveLayers=CommonParams::DEFAULT_NOCTAVE_LAYERS, int _firstOctave=CommonParams::DEFAULT_FIRST_OCTAVE, int _angleMode=CommonParams::FIRST_ANGLE) | cv::SIFT | |
SIFT(double _magnification, bool _isNormalize=true, bool _recalculateAngles=true, int _nOctaves=CommonParams::DEFAULT_NOCTAVES, int _nOctaveLayers=CommonParams::DEFAULT_NOCTAVE_LAYERS, int _firstOctave=CommonParams::DEFAULT_FIRST_OCTAVE, int _angleMode=CommonParams::FIRST_ANGLE) | cv::SIFT | |
SIFT(const CommonParams &_commParams, const DetectorParams &_detectorParams=DetectorParams(), const DescriptorParams &_descriptorParams=DescriptorParams()) | cv::SIFT | |