OpenCV 4.10.0
开源计算机视觉
|
此列表是 cv::detail::AffineBestOf2NearestMatcher 的所有成员的完整列表,其中包括所有继承的成员。
AffineBestOf2NearestMatcher(bool full_affine=false, bool try_use_gpu=false, float match_conf=0.3f, int num_matches_thresh1=6) | cv::detail::AffineBestOf2NearestMatcher | 内联 |
BestOf2NearestMatcher(bool try_use_gpu=false, float match_conf=0.3f, int num_matches_thresh1=6, int num_matches_thresh2=6, double matches_confindece_thresh=3.) | cv::detail::BestOf2NearestMatcher | |
collectGarbage() CV_OVERRIDE | cv::detail::BestOf2NearestMatcher | 虚拟 |
create(bool try_use_gpu=false, float match_conf=0.3f, int num_matches_thresh1=6, int num_matches_thresh2=6, double matches_confindece_thresh=3.) | cv::detail::BestOf2NearestMatcher | 静态 |
FeaturesMatcher(bool is_thread_safe=false) | cv::detail::FeaturesMatcher | 内联受保护 |
full_affine_ | cv::detail::AffineBestOf2NearestMatcher | 受保护 |
impl_ | cv::detail::BestOf2NearestMatcher | 受保护 |
is_thread_safe_ | cv::detail::FeaturesMatcher | 受保护 |
isThreadSafe() const | cv::detail::FeaturesMatcher | 内联 |
match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_info) CV_OVERRIDE | cv::detail::AffineBestOf2NearestMatcher | 受保护虚拟 |
cv::detail::FeaturesMatcher::match(const std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, const cv::UMat &mask=cv::UMat()) | cv::detail::FeaturesMatcher | 受保护虚拟 |
matches_confindece_thresh_ | cv::detail::BestOf2NearestMatcher | 受保护 |
num_matches_thresh1_ | cv::detail::BestOf2NearestMatcher | 受保护 |
num_matches_thresh2_ | cv::detail::BestOf2NearestMatcher | 受保护 |
operator()(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_info) | cv::detail::FeaturesMatcher | 内联 |
operator()(const std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, const cv::UMat &mask=cv::UMat()) | cv::detail::FeaturesMatcher | 内联 |
~FeaturesMatcher() | cv::detail::FeaturesMatcher | 内联虚拟 |