Home
last modified time | relevance | path

Searched refs:span_tree_edges (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp694 std::set<std::pair<int,int> > span_tree_edges; in matchesGraphAsString() local
708 span_tree_edges.insert(std::make_pair(i, j)); in matchesGraphAsString()
713 for (std::set<std::pair<int,int> >::const_iterator itr = span_tree_edges.begin(); in matchesGraphAsString()
714 itr != span_tree_edges.end(); ++itr) in matchesGraphAsString()
717 if (span_tree_edges.find(edge) != span_tree_edges.end()) in matchesGraphAsString()