MatchesInfo 241 modules/stitching/include/opencv2/stitching.hpp std::vector<detail::MatchesInfo> pairwise_matches_; MatchesInfo 76 modules/stitching/include/opencv2/stitching/detail/autocalib.hpp const std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 163 modules/stitching/include/opencv2/stitching/detail/matchers.hpp MatchesInfo(); MatchesInfo 164 modules/stitching/include/opencv2/stitching/detail/matchers.hpp MatchesInfo(const MatchesInfo &other); MatchesInfo 165 modules/stitching/include/opencv2/stitching/detail/matchers.hpp const MatchesInfo& operator =(const MatchesInfo &other); MatchesInfo 187 modules/stitching/include/opencv2/stitching/detail/matchers.hpp MatchesInfo& matches_info) { match(features1, features2, matches_info); } MatchesInfo 199 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 221 modules/stitching/include/opencv2/stitching/detail/matchers.hpp MatchesInfo& matches_info) = 0; MatchesInfo 249 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_info); MatchesInfo 262 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 78 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp const std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 92 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp const std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 106 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp const std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 147 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp const std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 182 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp const MatchesInfo *pairwise_matches_; MatchesInfo 257 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp String CV_EXPORTS matchesGraphAsString(std::vector<String> &pathes, std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 262 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 266 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp int num_images, const std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 133 modules/stitching/perf/perf_stich.cpp detail::MatchesInfo pairwise_matches; MatchesInfo 188 modules/stitching/perf/perf_stich.cpp vector<detail::MatchesInfo> pairwise_matches; MatchesInfo 97 modules/stitching/src/autocalib.cpp void estimateFocal(const std::vector<ImageFeatures> &features, const std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 109 modules/stitching/src/autocalib.cpp const MatchesInfo &m = pairwise_matches[i*num_images + j]; MatchesInfo 67 modules/stitching/src/matchers.cpp std::vector<MatchesInfo> &_pairwise_matches, std::vector<std::pair<int,int> > &_near_pairs) MatchesInfo 102 modules/stitching/src/matchers.cpp std::vector<MatchesInfo> &pairwise_matches; MatchesInfo 121 modules/stitching/src/matchers.cpp void match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info); MatchesInfo 132 modules/stitching/src/matchers.cpp void match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info); MatchesInfo 145 modules/stitching/src/matchers.cpp void CpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info) MatchesInfo 213 modules/stitching/src/matchers.cpp void GpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info) MatchesInfo 508 modules/stitching/src/matchers.cpp MatchesInfo::MatchesInfo() : src_img_idx(-1), dst_img_idx(-1), num_inliers(0), confidence(0) {} MatchesInfo 510 modules/stitching/src/matchers.cpp MatchesInfo::MatchesInfo(const MatchesInfo &other) { *this = other; } MatchesInfo 512 modules/stitching/src/matchers.cpp const MatchesInfo& MatchesInfo::operator =(const MatchesInfo &other) MatchesInfo 527 modules/stitching/src/matchers.cpp void FeaturesMatcher::operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 578 modules/stitching/src/matchers.cpp MatchesInfo &matches_info) MatchesInfo 667 modules/stitching/src/matchers.cpp void BestOf2NearestRangeMatcher::operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 62 modules/stitching/src/motion_estimators.cpp CalcRotation(int _num_images, const std::vector<MatchesInfo> &_pairwise_matches, std::vector<CameraParams> &_cameras) MatchesInfo 86 modules/stitching/src/motion_estimators.cpp const MatchesInfo* pairwise_matches; MatchesInfo 107 modules/stitching/src/motion_estimators.cpp const std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 177 modules/stitching/src/motion_estimators.cpp const std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 197 modules/stitching/src/motion_estimators.cpp const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j]; MatchesInfo 365 modules/stitching/src/motion_estimators.cpp const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j]; MatchesInfo 534 modules/stitching/src/motion_estimators.cpp const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j]; MatchesInfo 687 modules/stitching/src/motion_estimators.cpp String matchesGraphAsString(std::vector<String> &pathes, std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 753 modules/stitching/src/motion_estimators.cpp std::vector<int> leaveBiggestComponent(std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 783 modules/stitching/src/motion_estimators.cpp std::vector<MatchesInfo> pairwise_matches_subset; MatchesInfo 812 modules/stitching/src/motion_estimators.cpp void findMaxSpanningTree(int num_images, const std::vector<MatchesInfo> &pairwise_matches, MatchesInfo 460 samples/cpp/stitching_detailed.cpp vector<MatchesInfo> pairwise_matches;