HomeSort by relevance Sort by last modified time
    Searched refs:findMaxSpanningTree (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp 265 void CV_EXPORTS findMaxSpanningTree(
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 159 findMaxSpanningTree(num_images, pairwise_matches, span_tree, span_tree_centers);
270 findMaxSpanningTree(num_images_, pairwise_matches, span_tree, span_tree_centers);
812 void findMaxSpanningTree(int num_images, const std::vector<MatchesInfo> &pairwise_matches,

Completed in 206 milliseconds