Home
last modified time | relevance | path

Searched refs:pairwise_matches_ (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/stitching/src/
Dstitcher.cpp460 (*features_matcher_)(features_, pairwise_matches_, matching_mask_); in matchImages()
465 indices_ = detail::leaveBiggestComponent(features_, pairwise_matches_, (float)conf_thresh_); in matchImages()
492 if (!estimator(features_, pairwise_matches_, cameras_)) in estimateCameraParams()
504 if (!(*bundle_adjuster_)(features_, pairwise_matches_, cameras_)) in estimateCameraParams()
Dmotion_estimators.cpp187 pairwise_matches_ = &pairwise_matches[0]; in estimate()
197 const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j]; in estimate()
365 const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j]; in calcError()
534 const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j]; in calcError()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp182 const MatchesInfo *pairwise_matches_; member in cv::detail::BundleAdjusterBase
/external/opencv3/modules/stitching/include/opencv2/
Dstitching.hpp241 std::vector<detail::MatchesInfo> pairwise_matches_; member in cv::Stitcher