Home
last modified time | relevance | path

Searched defs:pairwise_matches (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp133 detail::MatchesInfo pairwise_matches; in PERF_TEST_P() local
188 vector<detail::MatchesInfo> pairwise_matches; variable
/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp86 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()
Dmatchers.cpp102 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 ()()
Dautocalib.cpp97 …teFocal(const std::vector<ImageFeatures> &features, const std::vector<MatchesInfo> &pairwise_match… in estimateFocal()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp78 const std::vector<MatchesInfo> &pairwise_matches, in operator ()()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp460 vector<MatchesInfo> pairwise_matches; in main() local