cv::FastFeatureDetector Member List

This is the complete list of members for cv::FastFeatureDetector, including all inherited members.
create(const string &detectorType)cv::FeatureDetector [static]
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::FastFeatureDetector [protected, virtual]
FastFeatureDetector(int threshold=10, bool nonmaxSuppression=true)cv::FastFeatureDetector
nonmaxSuppressioncv::FastFeatureDetector [protected]
read(const FileNode &fn)cv::FastFeatureDetector [virtual]
removeInvalidPoints(const Mat &mask, vector< KeyPoint > &keypoints)cv::FeatureDetector [protected, static]
thresholdcv::FastFeatureDetector [protected]
write(FileStorage &fs) const cv::FastFeatureDetector [virtual]
~FeatureDetector()cv::FeatureDetector [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines