Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp265 void CV_EXPORTS findMaxSpanningTree(
/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp159 findMaxSpanningTree(num_images, pairwise_matches, span_tree, span_tree_centers); in estimate()
270 findMaxSpanningTree(num_images_, pairwise_matches, span_tree, span_tree_centers); in estimate()
812 void findMaxSpanningTree(int num_images, const std::vector<MatchesInfo> &pairwise_matches, in findMaxSpanningTree() function