OpenCV  2.4.13.2
Open Source Computer Vision
cv::detail::FeaturesMatcher Member List

This is the complete list of members for cv::detail::FeaturesMatcher, including all inherited members.

collectGarbage()cv::detail::FeaturesMatcherinlinevirtual
FeaturesMatcher(bool is_thread_safe=false)cv::detail::FeaturesMatcherinlineprotected
is_thread_safe_cv::detail::FeaturesMatcherprotected
isThreadSafe() constcv::detail::FeaturesMatcherinline
match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_info)=0cv::detail::FeaturesMatcherprotectedpure virtual
operator()(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_info)cv::detail::FeaturesMatcherinline
operator()(const std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, const cv::Mat &mask=cv::Mat())cv::detail::FeaturesMatcher
~FeaturesMatcher()cv::detail::FeaturesMatcherinlinevirtual