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

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

create(const string &detectorType)cv::FeatureDetectorstatic
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::FastFeatureDetectorprotectedvirtual
FastFeatureDetector(int threshold=10, bool nonmaxSuppression=true)cv::FastFeatureDetector
nonmaxSuppressioncv::FastFeatureDetectorprotected
read(const FileNode &fn)cv::FastFeatureDetectorvirtual
removeInvalidPoints(const Mat &mask, vector< KeyPoint > &keypoints)cv::FeatureDetectorprotectedstatic
thresholdcv::FastFeatureDetectorprotected
write(FileStorage &fs) const cv::FastFeatureDetectorvirtual
~FeatureDetector()cv::FeatureDetectorvirtual