opencv  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cv::SIFT Member List

This is the complete list of members for cv::SIFT, including all inherited members.

commParamscv::SIFTprotected
descriptorParamscv::SIFTprotected
descriptorSize() const cv::SIFTinline
detectorParamscv::SIFTprotected
getCommonParams() const cv::SIFTinline
getDescriptorParams() const cv::SIFTinline
getDetectorParams() const cv::SIFTinline
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