HomeSort by relevance Sort by last modified time
    Searched full:span_tree_leafs (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 852 std::vector<int> span_tree_leafs; local
855 span_tree_leafs.push_back(i);
860 for (size_t i = 0; i < span_tree_leafs.size(); ++i)
863 span_tree.walkBreadthFirst(span_tree_leafs[i], IncDistance(cur_dists));

Completed in 92 milliseconds