Searched defs:pairwise_matches (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/stitching/perf/ |
D | perf_stich.cpp | 133 detail::MatchesInfo pairwise_matches; in PERF_TEST_P() local 188 vector<detail::MatchesInfo> pairwise_matches; variable
|
/external/opencv3/modules/stitching/src/ |
D | motion_estimators.cpp | 86 const MatchesInfo* pairwise_matches; member 107 const std::vector<MatchesInfo> &pairwise_matches, in estimate() 177 const std::vector<MatchesInfo> &pairwise_matches, in estimate() 687 String matchesGraphAsString(std::vector<String> &pathes, std::vector<MatchesInfo> &pairwise_matches, in matchesGraphAsString() 753 …BiggestComponent(std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, in leaveBiggestComponent() 812 void findMaxSpanningTree(int num_images, const std::vector<MatchesInfo> &pairwise_matches, in findMaxSpanningTree()
|
D | matchers.cpp | 102 std::vector<MatchesInfo> &pairwise_matches; member 527 …operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, in operator ()() 667 …operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, in operator ()()
|
D | autocalib.cpp | 97 …teFocal(const std::vector<ImageFeatures> &features, const std::vector<MatchesInfo> &pairwise_match… in estimateFocal()
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | motion_estimators.hpp | 78 const std::vector<MatchesInfo> &pairwise_matches, in operator ()()
|
/external/opencv3/samples/cpp/ |
D | stitching_detailed.cpp | 460 vector<MatchesInfo> pairwise_matches; in main() local
|