cv::FeatureDetector Member List

This is the complete list of members for cv::FeatureDetector, 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 =0cv::FeatureDetector [protected, pure virtual]
read(const FileNode &)cv::FeatureDetector [virtual]
removeInvalidPoints(const Mat &mask, vector< KeyPoint > &keypoints)cv::FeatureDetector [protected, static]
write(FileStorage &) const cv::FeatureDetector [virtual]
~FeatureDetector()cv::FeatureDetector [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines