cv::SURF Member List

This is the complete list of members for cv::SURF, including all inherited members.
descriptorSize() const cv::SURF
operator()(const Mat &img, const Mat &mask, vector< KeyPoint > &keypoints) const cv::SURF
operator()(const Mat &img, const Mat &mask, vector< KeyPoint > &keypoints, vector< float > &descriptors, bool useProvidedKeypoints=false) const cv::SURF
SURF()cv::SURF
SURF(double _hessianThreshold, int _nOctaves=4, int _nOctaveLayers=2, bool _extended=false)cv::SURF