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

  /external/opencv3/modules/stitching/src/
stitcher.cpp 460 (*features_matcher_)(features_, pairwise_matches_, matching_mask_);
465 indices_ = detail::leaveBiggestComponent(features_, pairwise_matches_, (float)conf_thresh_);
492 if (!estimator(features_, pairwise_matches_, cameras_))
504 if (!(*bundle_adjuster_)(features_, pairwise_matches_, cameras_))
motion_estimators.cpp 187 pairwise_matches_ = &pairwise_matches[0];
197 const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j];
365 const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j];
534 const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j];
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp 182 const MatchesInfo *pairwise_matches_; member in class:cv::detail::BundleAdjusterBase
  /external/opencv3/modules/stitching/include/opencv2/
stitching.hpp 241 std::vector<detail::MatchesInfo> pairwise_matches_; member in class:cv::Stitcher

Completed in 4782 milliseconds