OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:walkBreadthFirst
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
util_inl.hpp
69
B Graph::
walkBreadthFirst
(int from, B body) const
util.hpp
143
template <typename B> B
walkBreadthFirst
(int from, B body) const;
/external/opencv3/modules/stitching/src/
motion_estimators.cpp
160
span_tree.
walkBreadthFirst
(span_tree_centers[0], CalcRotation(num_images, pairwise_matches, cameras));
863
span_tree.
walkBreadthFirst
(span_tree_leafs[i], IncDistance(cur_dists));
Completed in 232 milliseconds