![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
これは cv::detail::LightGlueFeaturesMatcher のメンバーの完全な一覧であり、継承されたすべてのメンバーを含む。
| collectGarbage() | cv::detail::FeaturesMatcher | inlinevirtual |
| FeaturesMatcher(bool is_thread_safe=false) | cv::detail::FeaturesMatcher | inlineprotected |
| is_thread_safe_ | cv::detail::FeaturesMatcher | protected |
| isThreadSafe() const | cv::detail::FeaturesMatcher | inline |
| lg_score_thresh_ | cv::detail::LightGlueFeaturesMatcher | protected |
| lgMatcher_ | cv::detail::LightGlueFeaturesMatcher | protected |
| LightGlueFeaturesMatcher(Ptr< LightGlueMatcher > lgMatcher, int num_matches_thresh1=6, int num_matches_thresh2=6, double matches_confidence_thresh=3.0) | cv::detail::LightGlueFeaturesMatcher | |
| match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_info) CV_OVERRIDE | cv::detail::LightGlueFeaturesMatcher | protectedvirtual |
| cv::detail::FeaturesMatcher::match(const std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, const cv::UMat &mask=cv::UMat()) | cv::detail::FeaturesMatcher | protectedvirtual |
| matches_confidence_thresh_ | cv::detail::LightGlueFeaturesMatcher | protected |
| num_matches_thresh1_ | cv::detail::LightGlueFeaturesMatcher | protected |
| num_matches_thresh2_ | cv::detail::LightGlueFeaturesMatcher | protected |
| operator()(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_info) | cv::detail::FeaturesMatcher | inline |
| operator()(const std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, const cv::UMat &mask=cv::UMat()) | cv::detail::FeaturesMatcher | inline |
| setScoreThreshold(float thresh) | cv::detail::LightGlueFeaturesMatcher | |
| ~FeaturesMatcher() | cv::detail::FeaturesMatcher | inlinevirtual |