OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:span_tree_edges
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/stitching/src/
motion_estimators.cpp
694
std::set<std::pair<int,int> >
span_tree_edges
;
local
708
span_tree_edges
.insert(std::make_pair(i, j));
713
for (std::set<std::pair<int,int> >::const_iterator itr =
span_tree_edges
.begin();
714
itr !=
span_tree_edges
.end(); ++itr)
717
if (
span_tree_edges
.find(edge) !=
span_tree_edges
.end())
Completed in 411 milliseconds