, including all inherited members.
| confidence | RobustMatcher | [private] |
| detector | RobustMatcher | [private] |
| distance | RobustMatcher | [private] |
| extractor | RobustMatcher | [private] |
| match(cv::Mat &image1, cv::Mat &image2, std::vector< cv::DMatch > &matches, std::vector< cv::KeyPoint > &keypoints1, std::vector< cv::KeyPoint > &keypoints2) | RobustMatcher | [inline] |
| match(std::vector< cv::DMatch > &matches, std::vector< cv::KeyPoint > &keypoints1, std::vector< cv::KeyPoint > &keypoints2, cv::Mat descriptors1, cv::Mat descriptors2) | RobustMatcher | [inline] |
| match(cv::Mat &image1, cv::Mat &image2, std::vector< cv::DMatch > &matches, std::vector< cv::KeyPoint > &keypoints1, std::vector< cv::KeyPoint > &keypoints2) | RobustMatcher | [inline] |
| match(std::vector< cv::DMatch > &matches, std::vector< cv::KeyPoint > &keypoints1, std::vector< cv::KeyPoint > &keypoints2, cv::Mat descriptors1, cv::Mat descriptors2) | RobustMatcher | [inline] |
| ransacTest(const std::vector< cv::DMatch > &matches, const std::vector< cv::KeyPoint > &keypoints1, const std::vector< cv::KeyPoint > &keypoints2, std::vector< cv::DMatch > &outMatches) | RobustMatcher | [inline] |
| ransacTest(const std::vector< cv::DMatch > &matches, const std::vector< cv::KeyPoint > &keypoints1, const std::vector< cv::KeyPoint > &keypoints2, std::vector< cv::DMatch > &outMatches) | RobustMatcher | [inline] |
| ratio | RobustMatcher | [private] |
| ratioTest(std::vector< std::vector< cv::DMatch > > &matches) | RobustMatcher | [inline] |
| ratioTest(std::vector< std::vector< cv::DMatch > > &matches) | RobustMatcher | [inline] |
| refineF | RobustMatcher | [private] |
| refineFundamental(bool flag) | RobustMatcher | [inline] |
| refineFundamental(bool flag) | RobustMatcher | [inline] |
| RobustMatcher() | RobustMatcher | [inline] |
| RobustMatcher() | RobustMatcher | [inline] |
| setConfidenceLevel(double c) | RobustMatcher | [inline] |
| setConfidenceLevel(double c) | RobustMatcher | [inline] |
| setDescriptorExtractor(cv::Ptr< cv::DescriptorExtractor > &desc) | RobustMatcher | [inline] |
| setDescriptorExtractor(cv::Ptr< cv::DescriptorExtractor > &desc) | RobustMatcher | [inline] |
| setFeatureDetector(cv::Ptr< cv::FeatureDetector > &detect) | RobustMatcher | [inline] |
| setFeatureDetector(cv::Ptr< cv::FeatureDetector > &detect) | RobustMatcher | [inline] |
| setMinDistanceToEpipolar(double d) | RobustMatcher | [inline] |
| setMinDistanceToEpipolar(double d) | RobustMatcher | [inline] |
| setRatio(float r) | RobustMatcher | [inline] |
| setRatio(float r) | RobustMatcher | [inline] |
| setVerbose(bool verb) | RobustMatcher | [inline] |
| setVerbose(bool verb) | RobustMatcher | [inline] |
| symmetryTest(const std::vector< std::vector< cv::DMatch > > &matches1, const std::vector< std::vector< cv::DMatch > > &matches2, std::vector< cv::DMatch > &symMatches) | RobustMatcher | [inline] |
| symmetryTest(const std::vector< std::vector< cv::DMatch > > &matches1, const std::vector< std::vector< cv::DMatch > > &matches2, std::vector< cv::DMatch > &symMatches) | RobustMatcher | [inline] |
| verbose | RobustMatcher | [private] |