OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:span_tree
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/src/
motion_estimators.cpp
157
Graph
span_tree
;
local
159
findMaxSpanningTree(num_images, pairwise_matches,
span_tree
, span_tree_centers);
160
span_tree
.walkBreadthFirst(span_tree_centers[0], CalcRotation(num_images, pairwise_matches, cameras));
268
Graph
span_tree
;
local
270
findMaxSpanningTree(num_images_, pairwise_matches,
span_tree
, span_tree_centers);
813
Graph &
span_tree
, std::vector<int> ¢ers)
832
span_tree
.create(num_images);
844
span_tree
.addEdge(edges[i].from, edges[i].to, edges[i].weight);
845
span_tree
.addEdge(edges[i].to, edges[i].from, edges[i].weight);
863
span_tree
.walkBreadthFirst(span_tree_leafs[i], IncDistance(cur_dists))
[
all
...]
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp
267
Graph &
span_tree
, std::vector<int> ¢ers);
Completed in 134 milliseconds