opencv
2.2.0
|
This is the complete list of members for cv::SurfAdjuster, including all inherited members.
create(const string &detectorType) | cv::AdjusterAdapter | 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::SurfAdjuster | protectedvirtual |
good() const | cv::SurfAdjuster | virtual |
read(const FileNode &) | cv::FeatureDetector | virtual |
removeInvalidPoints(const Mat &mask, vector< KeyPoint > &keypoints) | cv::FeatureDetector | protectedstatic |
SurfAdjuster() | cv::SurfAdjuster | |
thresh_ | cv::SurfAdjuster | protected |
tooFew(int min, int n_detected) | cv::SurfAdjuster | virtual |
tooMany(int max, int n_detected) | cv::SurfAdjuster | virtual |
write(FileStorage &) const | cv::FeatureDetector | virtual |
~AdjusterAdapter() | cv::AdjusterAdapter | inlinevirtual |
~FeatureDetector() | cv::FeatureDetector | virtual |