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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
matchers.hpp 161 struct CV_EXPORTS MatchesInfo
163 MatchesInfo();
164 MatchesInfo(const MatchesInfo &other);
165 const MatchesInfo& operator =(const MatchesInfo &other);
187 MatchesInfo& matches_info) { match(features1, features2, matches_info); }
197 @sa detail::MatchesInfo
199 void operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches,
221 MatchesInfo& matches_info) = 0
    [all...]
motion_estimators.hpp 78 const std::vector<MatchesInfo> &pairwise_matches,
92 const std::vector<MatchesInfo> &pairwise_matches,
106 const std::vector<MatchesInfo> &pairwise_matches,
147 const std::vector<MatchesInfo> &pairwise_matches,
182 const MatchesInfo *pairwise_matches_;
257 String CV_EXPORTS matchesGraphAsString(std::vector<String> &pathes, std::vector<MatchesInfo> &pairwise_matches,
262 std::vector<MatchesInfo> &pairwise_matches,
266 int num_images, const std::vector<MatchesInfo> &pairwise_matches,
autocalib.hpp 76 const std::vector<MatchesInfo> &pairwise_matches,
  /external/opencv3/modules/stitching/src/
matchers.cpp 67 std::vector<MatchesInfo> &_pairwise_matches, std::vector<std::pair<int,int> > &_near_pairs)
102 std::vector<MatchesInfo> &pairwise_matches;
121 void match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info);
132 void match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info);
145 void CpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info)
213 void GpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info)
508 MatchesInfo::MatchesInfo() : src_img_idx(-1), dst_img_idx(-1), num_inliers(0), confidence(0) {}
510 MatchesInfo::MatchesInfo(const MatchesInfo &other) { *this = other;
    [all...]
motion_estimators.cpp 62 CalcRotation(int _num_images, const std::vector<MatchesInfo> &_pairwise_matches, std::vector<CameraParams> &_cameras)
86 const MatchesInfo* pairwise_matches;
107 const std::vector<MatchesInfo> &pairwise_matches,
177 const std::vector<MatchesInfo> &pairwise_matches,
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];
687 String matchesGraphAsString(std::vector<String> &pathes, std::vector<MatchesInfo> &pairwise_matches,
753 std::vector<int> leaveBiggestComponent(std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches,
783 std::vector<MatchesInfo> pairwise_matches_subset
    [all...]
autocalib.cpp 97 void estimateFocal(const std::vector<ImageFeatures> &features, const std::vector<MatchesInfo> &pairwise_matches,
109 const MatchesInfo &m = pairwise_matches[i*num_images + j];
  /external/opencv3/modules/stitching/perf/
perf_stich.cpp 133 detail::MatchesInfo pairwise_matches;
188 vector<detail::MatchesInfo> pairwise_matches;
  /external/opencv3/modules/stitching/include/opencv2/
stitching.hpp 241 std::vector<detail::MatchesInfo> pairwise_matches_;
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 460 vector<MatchesInfo> pairwise_matches;

Completed in 4607 milliseconds