Searched refs:findMaxSpanningTree (Results 1 – 2 of 2) sorted by relevance
265 void CV_EXPORTS findMaxSpanningTree(
159 findMaxSpanningTree(num_images, pairwise_matches, span_tree, span_tree_centers); in estimate()270 findMaxSpanningTree(num_images_, pairwise_matches, span_tree, span_tree_centers); in estimate()812 void findMaxSpanningTree(int num_images, const std::vector<MatchesInfo> &pairwise_matches, in findMaxSpanningTree() function