opencv 2.2.0
|
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 =0 | cv::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] |